#A042B7

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

Shades of Deep Lilac #A042B7

Tints of Deep Lilac #A042B7

Color information

#A042B7 (or 0xA042B7) is unknown color: approx Deep Lilac. HEX triplet: A0, 42 and B7. RGB value is (160,66,183). Sum of RGB (Red+Green+Blue) = 160+66+183=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 183 - color contains mainly: blue. Hex color #A042B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042B7 is #5FBD48. Grayscale: #6B6B6B. Windows color (decimal): -6274377 or 12010144. OLE color: 12010144.

HSL color Cylindrical-coordinate representation of color #A042B7: hue angle of 288.21º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A042B7 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16066183-
CMYK0.130.6400.28
HSL288.21º46.99%48.82%-
HSV(B)288.21º63.93%71.76%-
XYZ24.9914.7946.34-
YUV107.44170.64165.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 66 (26.17% from 255) = 16.14%
BLUE value IS 183 (71.88% from 255) = 44.74%
R=39.12%
G=16.14%
B=44.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160661830.130.6400.28288.2146.9948.82
HexA042B7D4001C1202f31
Octal240102267151000344405761
Binary1010000010000101011011111011000000011100100100000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A042B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A042B7; }

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

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

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

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

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

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

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

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