#A062BE

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

Shades of Deep Lilac #A062BE

Tints of Deep Lilac #A062BE

Color information

#A062BE (or 0xA062BE) is unknown color: approx Deep Lilac. HEX triplet: A0, 62 and BE. RGB value is (160,98,190). Sum of RGB (Red+Green+Blue) = 160+98+190=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #A062BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062BE is #5F9D41. Grayscale: #7E7E7E. Windows color (decimal): -6266178 or 12477088. OLE color: 12477088.

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

Color convert

RGB16098190-
CMYK0.160.4800.25
HSL280.43º41.44%56.47%-
HSV(B)280.43º48.42%74.51%-
XYZ28.1619.9351.08-
YUV127.03163.54151.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 98 (38.67% from 255) = 21.88%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=35.71%
G=21.88%
B=42.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160981900.160.4800.25280.4341.4456.47
HexA062BE10300191182938
Octal24014227620600314305170
Binary1010000011000101011111010000110000011001100011000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A062BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A062BE; }

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

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

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

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

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

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

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

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