#A662BE

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

Shades of Deep Lilac #A662BE

Tints of Deep Lilac #A662BE

Color information

#A662BE (or 0xA662BE) is unknown color: approx Deep Lilac. HEX triplet: A6, 62 and BE. RGB value is (166,98,190). Sum of RGB (Red+Green+Blue) = 166+98+190=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #A662BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662BE is #599D41. Grayscale: #808080. Windows color (decimal): -5872962 or 12477094. OLE color: 12477094.

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

Color convert

RGB16698190-
CMYK0.130.4800.25
HSL284.35º41.44%56.47%-
HSV(B)284.35º48.42%74.51%-
XYZ29.3920.5651.13-
YUV128.82162.53154.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.56%
GREEN value IS 98 (38.67% from 255) = 21.59%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=36.56%
G=21.59%
B=41.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166981900.130.4800.25284.3541.4456.47
HexA662BED3001911c2938
Octal24614227615600314345170
Binary101001101100010101111101101110000011001100011100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A662BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A662BE; }

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

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

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

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

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

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

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

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