#A162BE

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

Shades of Deep Lilac #A162BE

Tints of Deep Lilac #A162BE

Color information

#A162BE (or 0xA162BE) is unknown color: approx Deep Lilac. HEX triplet: A1, 62 and BE. RGB value is (161,98,190). Sum of RGB (Red+Green+Blue) = 161+98+190=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #A162BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162BE is #5E9D41. Grayscale: #7F7F7F. Windows color (decimal): -6200642 or 12477089. OLE color: 12477089.

HSL color Cylindrical-coordinate representation of color #A162BE: hue angle of 281.09º 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 #A162BE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16198190-
CMYK0.150.4800.25
HSL281.09º41.44%56.47%-
HSV(B)281.09º48.42%74.51%-
XYZ28.3620.0351.09-
YUV127.32163.37152.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=35.86%
G=21.83%
B=42.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161981900.150.4800.25281.0941.4456.47
HexA162BEF300191192938
Octal24114227617600314315170
Binary101000011100010101111101111110000011001100011001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A162BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A162BE; }

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

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

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

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

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

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

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

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