#A685FD

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

Shades of Light Slate Blue #A685FD

Tints of Light Slate Blue #A685FD

Color information

#A685FD (or 0xA685FD) is unknown color: approx Light Slate Blue. HEX triplet: A6, 85 and FD. RGB value is (166,133,253). Sum of RGB (Red+Green+Blue) = 166+133+253=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #A685FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A685FD is #597A02. Grayscale: #9C9C9C. Windows color (decimal): -5863939 or 16614822. OLE color: 16614822.

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

Color convert

RGB166133253-
CMYK0.340.4700.01
HSL256.5º96.77%75.69%-
HSV(B)256.5º47.43%99.22%-
XYZ41.8431.9796.89-
YUV156.55182.43134.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.07%
GREEN value IS 133 (52.34% from 255) = 24.09%
BLUE value IS 253 (99.22% from 255) = 45.83%
R=30.07%
G=24.09%
B=45.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661332530.340.4700.01256.596.7775.69
HexA685FD222F01100614c
Octal246205375425701400141114
Binary1010011010000101111111011000101011110110000000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685FD; }

 p { color: rgb(166,133,253); }

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

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

 a { background-color: rgb(166,133,253); }

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

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

 span { border-color: rgb(166,133,253); }

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