#A166FF

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

Shades of Light Slate Blue #A166FF

Tints of Light Slate Blue #A166FF

Color information

#A166FF (or 0xA166FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 66 and FF. RGB value is (161,102,255). Sum of RGB (Red+Green+Blue) = 161+102+255=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #A166FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A166FF is #5E9900. Grayscale: #888888. Windows color (decimal): -6199553 or 16737953. OLE color: 16737953.

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

Color convert

RGB161102255-
CMYK0.370.600
HSL263.14º100%70%-
HSV(B)263.14º60%100%-
XYZ37.524.397.32-
YUV137.08194.55145.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 102 (40.23% from 255) = 19.69%
BLUE value IS 255 (100% from 255) = 49.23%
R=31.08%
G=19.69%
B=49.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611022550.370.600263.1410070
HexA166FF253C001076446
Octal241146377457400407144106
Binary101000011100110111111111001011111000010000011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166FF; }

 p { color: rgb(161,102,255); }

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

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

 a { background-color: rgb(161,102,255); }

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

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

 span { border-color: rgb(161,102,255); }

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