#A07AFD

Color #A07AFD Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A07AFD

Tints of Light Slate Blue #A07AFD

Color information

#A07AFD (or 0xA07AFD) is unknown color: approx Light Slate Blue. HEX triplet: A0, 7A and FD. RGB value is (160,122,253). Sum of RGB (Red+Green+Blue) = 160+122+253=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #A07AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07AFD is #5F8502. Grayscale: #939393. Windows color (decimal): -6259971 or 16612000. OLE color: 16612000.

HSL color Cylindrical-coordinate representation of color #A07AFD: hue angle of 257.4º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A07AFD is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160122253-
CMYK0.370.5200.01
HSL257.4º97.04%73.53%-
HSV(B)257.4º51.78%99.22%-
XYZ39.1928.4896.36-
YUV148.3187.09136.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 122 (48.05% from 255) = 22.80%
BLUE value IS 253 (99.22% from 255) = 47.29%
R=29.91%
G=22.80%
B=47.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601222530.370.5200.01257.497.0473.53
HexA07AFD253401101614a
Octal240172375456401401141112
Binary101000001111010111111011001011101000110000000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07AFD; }

 p { color: rgb(160,122,253); }

 H1.HeaderClassName
 {
   color: #A07AFD;
 }
 .AnyTagClassName
 {
   color: #A07AFD;
 }
</style>
background-color css

<style>
 a { background-color: #A07AFD; }

 a { background-color: rgb(160,122,253); }

 div.DivClassName
 {
   background-color: #A07AFD;
 }
 .BgClassName
 {
   background-color: #A07AFD;
 }
</style>
border-color css

<style>
 span { border-color: #A07AFD; }

 span { border-color: rgb(160,122,253); }

 td.TdClassName
 {
   border-color: #A07AFD;
 }
 .TagClassName
 {
   border-color: #A07AFD;
 }
</style>