#A662BF

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

Shades of Deep Lilac #A662BF

Tints of Deep Lilac #A662BF

Color information

#A662BF (or 0xA662BF) is unknown color: approx Deep Lilac. HEX triplet: A6, 62 and BF. RGB value is (166,98,191). Sum of RGB (Red+Green+Blue) = 166+98+191=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #A662BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662BF is #599D40. Grayscale: #808080. Windows color (decimal): -5872961 or 12542630. OLE color: 12542630.

HSL color Cylindrical-coordinate representation of color #A662BF: hue angle of 283.87º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A662BF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16698191-
CMYK0.130.4900.25
HSL283.87º42.08%56.67%-
HSV(B)283.87º48.69%74.9%-
XYZ29.520.651.71-
YUV128.93163.03154.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.48%
GREEN value IS 98 (38.67% from 255) = 21.54%
BLUE value IS 191 (75% from 255) = 41.98%
R=36.48%
G=21.54%
B=41.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166981910.130.4900.25283.8742.0856.67
HexA662BFD3101911c2a39
Octal24614227715610314345271
Binary101001101100010101111111101110001011001100011100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A662BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A662BF; }

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

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

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

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

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

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

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

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