#A662BC

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

Shades of Deep Lilac #A662BC

Tints of Deep Lilac #A662BC

Color information

#A662BC (or 0xA662BC) is unknown color: approx Deep Lilac. HEX triplet: A6, 62 and BC. RGB value is (166,98,188). Sum of RGB (Red+Green+Blue) = 166+98+188=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #A662BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662BC is #599D43. Grayscale: #808080. Windows color (decimal): -5872964 or 12346022. OLE color: 12346022.

HSL color Cylindrical-coordinate representation of color #A662BC: hue angle of 285.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A662BC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16698188-
CMYK0.120.4800.26
HSL285.33º40.18%56.08%-
HSV(B)285.33º47.87%73.73%-
XYZ29.1720.4749.99-
YUV128.59161.53154.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=36.73%
G=21.68%
B=41.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166981880.120.4800.26285.3340.1856.08
HexA662BCC3001A11d2838
Octal24614227414600324355070
Binary101001101100010101111001100110000011010100011101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A662BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A662BC; }

 p { color: rgb(166,98,188); }

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

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

 a { background-color: rgb(166,98,188); }

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

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

 span { border-color: rgb(166,98,188); }

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