Html Css Color HEX #A039AA Deep Lilac

📋 copy color: '#A039AA'

red 160 ◦ green 57 ◦ blue 170

#A039AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A039AA

Tints of Deep Lilac #A039AA

RGB

 RED value IS 160 (62.89% from 255) = 41.34%

 GREEN value IS 57 (22.66% from 255) = 14.73%

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 41.34%
G = 14.73%
B = 43.93%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A039AA (or 0xA039AA) is known color: Deep Lilac. HEX triplet: A0, 39 and AA. RGB value is (160,57,170). Sum of RGB (Red+Green+Blue) = 160+57+170=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #A039AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A039AA is #5FC655. Grayscale: #646464. Windows color (decimal): -6276694 or 11155872. OLE color: 11155872.

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

Color convert

RGB 160 57 170 -
CMYK 0.06 0.66 0 0.33
HSL 294.69º 0.5% 0.45% -
HSV(B) 294.69º 0.66% 0.67% -
XYZ 23.22 13.3 39.37 -
YUV 100.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 160 57 170 0.06 0.66 0 0.33 294.69 0.5 0.45
Hex A0 39 AA 6 42 0 21 127 32 2D
Octal 240 71 252 6 102 0 41 447 62 55
Binary 10100000 111001 10101010 110 1000010 0 100001 100100111 110010 101101

Color Harmonies of #A039AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039AA

Black with #A039AA

Text Example


Text Example

White with #A039AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039AA; }

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

 H1.HeaderClassName
 {
   color: #A039AA;
 }
 .AnyTagClassName
 {
   color: #A039AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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