#A666C1

Color #A666C1 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A666C1

Tints of Deep Lilac #A666C1

Color information

#A666C1 (or 0xA666C1) is unknown color: approx Deep Lilac. HEX triplet: A6, 66 and C1. RGB value is (166,102,193). Sum of RGB (Red+Green+Blue) = 166+102+193=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #A666C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A666C1 is #59993E. Grayscale: #838383. Windows color (decimal): -5871935 or 12674726. OLE color: 12674726.

HSL color Cylindrical-coordinate representation of color #A666C1: hue angle of 282.2º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A666C1 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166102193-
CMYK0.140.4700.24
HSL282.2º42.33%57.84%-
HSV(B)282.2º47.15%75.69%-
XYZ30.121.4653.01-
YUV131.51162.7152.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 193 (75.78% from 255) = 41.87%
R=36.01%
G=22.13%
B=41.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661021930.140.4700.24282.242.3357.84
HexA666C1E2F01811a2a3a
Octal24614630116570304325272
Binary101001101100110110000011110101111011000100011010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A666C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A666C1; }

 p { color: rgb(166,102,193); }

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

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

 a { background-color: rgb(166,102,193); }

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

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

 span { border-color: rgb(166,102,193); }

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