#A688FE

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

Shades of Light Slate Blue #A688FE

Tints of Light Slate Blue #A688FE

Color information

#A688FE (or 0xA688FE) is unknown color: approx Light Slate Blue. HEX triplet: A6, 88 and FE. RGB value is (166,136,254). Sum of RGB (Red+Green+Blue) = 166+136+254=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #A688FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A688FE is #597701. Grayscale: #9D9D9D. Windows color (decimal): -5863170 or 16681126. OLE color: 16681126.

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

Color convert

RGB166136254-
CMYK0.350.4600.00
HSL255.25º98.33%76.47%-
HSV(B)255.25º46.46%99.61%-
XYZ42.4232.8797.87-
YUV158.42181.94133.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.86%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=29.86%
G=24.46%
B=45.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661362540.350.4600.00255.2598.3376.47
HexA688FE232E00ff624c
Octal246210376435600377142114
Binary101001101000100011111110100011101110001111111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A688FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A688FE; }

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

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

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

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

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

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

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

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