#A688FF

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

Shades of Light Slate Blue #A688FF

Tints of Light Slate Blue #A688FF

Color information

#A688FF (or 0xA688FF) is unknown color: approx Light Slate Blue. HEX triplet: A6, 88 and FF. RGB value is (166,136,255). Sum of RGB (Red+Green+Blue) = 166+136+255=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #A688FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A688FF is #597700. Grayscale: #9E9E9E. Windows color (decimal): -5863169 or 16746662. OLE color: 16746662.

HSL color Cylindrical-coordinate representation of color #A688FF: hue angle of 255.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A688FF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB166136255-
CMYK0.350.4700
HSL255.13º100%76.67%-
HSV(B)255.13º46.67%100%-
XYZ42.5832.9498.72-
YUV158.54182.44133.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.80%
GREEN value IS 136 (53.52% from 255) = 24.42%
BLUE value IS 255 (100% from 255) = 45.78%
R=29.80%
G=24.42%
B=45.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1661362550.350.4700255.1310076.67
HexA688FF232F00ff644d
Octal246210377435700377144115
Binary101001101000100011111111100011101111001111111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A688FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A688FF; }

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

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

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

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

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

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

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

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