#A66EFE

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

Shades of Light Slate Blue #A66EFE

Tints of Light Slate Blue #A66EFE

Color information

#A66EFE (or 0xA66EFE) is unknown color: approx Light Slate Blue. HEX triplet: A6, 6E and FE. RGB value is (166,110,254). Sum of RGB (Red+Green+Blue) = 166+110+254=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #A66EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66EFE is #599101. Grayscale: #8E8E8E. Windows color (decimal): -5869826 or 16674470. OLE color: 16674470.

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

Color convert

RGB166110254-
CMYK0.350.5700.00
HSL263.33º98.63%71.37%-
HSV(B)263.33º56.69%99.61%-
XYZ39.1926.4196.8-
YUV143.16190.55144.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 110 (43.36% from 255) = 20.75%
BLUE value IS 254 (99.61% from 255) = 47.92%
R=31.32%
G=20.75%
B=47.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661102540.350.5700.00263.3398.6371.37
HexA66EFE2339001076347
Octal246156376437100407143107
Binary101001101101110111111101000111110010010000011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66EFE; }

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

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

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

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

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

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

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

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