#A042BD

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

Shades of Deep Lilac #A042BD

Tints of Deep Lilac #A042BD

Color information

#A042BD (or 0xA042BD) is unknown color: approx Deep Lilac. HEX triplet: A0, 42 and BD. RGB value is (160,66,189). Sum of RGB (Red+Green+Blue) = 160+66+189=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #A042BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042BD is #5FBD42. Grayscale: #6B6B6B. Windows color (decimal): -6274371 or 12403360. OLE color: 12403360.

HSL color Cylindrical-coordinate representation of color #A042BD: hue angle of 285.85º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A042BD is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16066189-
CMYK0.150.6500.26
HSL285.85º48.24%50%-
HSV(B)285.85º65.08%74.12%-
XYZ25.6315.0449.7-
YUV108.13173.64165-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 66 (26.17% from 255) = 15.90%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=38.55%
G=15.90%
B=45.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160661890.150.6500.26285.8548.2450
HexA042BDF4101A11e3032
Octal240102275171010324366062
Binary1010000010000101011110111111000001011010100011110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A042BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A042BD; }

 p { color: rgb(160,66,189); }

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

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

 a { background-color: rgb(160,66,189); }

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

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

 span { border-color: rgb(160,66,189); }

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