#A042AB

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

Shades of Deep Lilac #A042AB

Tints of Deep Lilac #A042AB

Color information

#A042AB (or 0xA042AB) is unknown color: approx Deep Lilac. HEX triplet: A0, 42 and AB. RGB value is (160,66,171). Sum of RGB (Red+Green+Blue) = 160+66+171=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #A042AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A042AB is #5FBD54. Grayscale: #696969. Windows color (decimal): -6274389 or 11223712. OLE color: 11223712.

HSL color Cylindrical-coordinate representation of color #A042AB: hue angle of 293.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A042AB is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16066171-
CMYK0.060.6100.33
HSL293.71º44.3%46.47%-
HSV(B)293.71º61.4%67.06%-
XYZ23.814.3140.04-
YUV106.08164.64166.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 66 (26.17% from 255) = 16.62%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=40.30%
G=16.62%
B=43.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160661710.060.6100.33293.7144.346.47
HexA042AB63D0211262c2e
Octal2401022536750414465456
Binary101000001000010101010111101111010100001100100110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A042AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A042AB; }

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

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

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

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

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

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

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

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