#A688FD

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

Shades of Light Slate Blue #A688FD

Tints of Light Slate Blue #A688FD

Color information

#A688FD (or 0xA688FD) is unknown color: approx Light Slate Blue. HEX triplet: A6, 88 and FD. RGB value is (166,136,253). Sum of RGB (Red+Green+Blue) = 166+136+253=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #A688FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A688FD is #597702. Grayscale: #9D9D9D. Windows color (decimal): -5863171 or 16615590. OLE color: 16615590.

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

Color convert

RGB166136253-
CMYK0.340.4600.01
HSL255.38º96.69%76.27%-
HSV(B)255.38º46.25%99.22%-
XYZ42.2632.8197.03-
YUV158.31181.44133.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.91%
GREEN value IS 136 (53.52% from 255) = 24.50%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=29.91%
G=24.50%
B=45.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661362530.340.4600.01255.3896.6976.27
HexA688FD222E01ff614c
Octal246210375425601377141114
Binary101001101000100011111101100010101110011111111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A688FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A688FD; }

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

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

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

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

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

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

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

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