#A662BB

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

Shades of Deep Lilac #A662BB

Tints of Deep Lilac #A662BB

Color information

#A662BB (or 0xA662BB) is unknown color: approx Deep Lilac. HEX triplet: A6, 62 and BB. RGB value is (166,98,187). Sum of RGB (Red+Green+Blue) = 166+98+187=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #A662BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662BB is #599D44. Grayscale: #808080. Windows color (decimal): -5872965 or 12280486. OLE color: 12280486.

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

Color convert

RGB16698187-
CMYK0.110.4800.27
HSL285.84º39.56%55.88%-
HSV(B)285.84º47.59%73.33%-
XYZ29.0620.4349.43-
YUV128.48161.03154.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=36.81%
G=21.73%
B=41.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166981870.110.4800.27285.8439.5655.88
HexA662BBB3001B11e2838
Octal24614227313600334365070
Binary101001101100010101110111011110000011011100011110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A662BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A662BB; }

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

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

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

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

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

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

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

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