#A039AB

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

Shades of Deep Lilac #A039AB

Tints of Deep Lilac #A039AB

Color information

#A039AB (or 0xA039AB) is unknown color: approx Deep Lilac. HEX triplet: A0, 39 and AB. RGB value is (160,57,171). Sum of RGB (Red+Green+Blue) = 160+57+171=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #A039AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A039AB is #5FC654. Grayscale: #646464. Windows color (decimal): -6276693 or 11221408. OLE color: 11221408.

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

Color convert

RGB16057171-
CMYK0.060.6700.33
HSL294.21º50%44.71%-
HSV(B)294.21º66.67%67.06%-
XYZ23.3113.3439.87-
YUV100.79167.62170.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 57 (22.66% from 255) = 14.69%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=41.24%
G=14.69%
B=44.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160571710.060.6700.33294.215044.71
HexA039AB643021126322d
Octal2407125361030414466255
Binary101000001110011010101111010000110100001100100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A039AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A039AB; }

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

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

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

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

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

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

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

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