#A042B3

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

Shades of Deep Lilac #A042B3

Tints of Deep Lilac #A042B3

Color information

#A042B3 (or 0xA042B3) is unknown color: approx Deep Lilac. HEX triplet: A0, 42 and B3. RGB value is (160,66,179). Sum of RGB (Red+Green+Blue) = 160+66+179=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #A042B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042B3 is #5FBD4C. Grayscale: #6A6A6A. Windows color (decimal): -6274381 or 11748000. OLE color: 11748000.

HSL color Cylindrical-coordinate representation of color #A042B3: hue angle of 289.91º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A042B3 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16066179-
CMYK0.110.6300.30
HSL289.91º46.12%48.04%-
HSV(B)289.91º63.13%70.2%-
XYZ24.5814.6244.18-
YUV106.99168.64165.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 66 (26.17% from 255) = 16.30%
BLUE value IS 179 (70.31% from 255) = 44.20%
R=39.51%
G=16.30%
B=44.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160661790.110.6300.30289.9146.1248.04
HexA042B3B3F01E1222e30
Octal24010226313770364425660
Binary101000001000010101100111011111111011110100100010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A042B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A042B3; }

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

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

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

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

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

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

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

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