Html Css Color HEX #A042AE Deep Lilac

📋 copy color: '#A042AE'

red 160 ◦ green 66 ◦ blue 174

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

Shades of Deep Lilac #A042AE

Tints of Deep Lilac #A042AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.5%

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 40%
G = 16.5%
B = 43.5%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A042AE (or 0xA042AE) is known color: Deep Lilac. HEX triplet: A0, 42 and AE. RGB value is (160,66,174). Sum of RGB (Red+Green+Blue) = 160+66+174=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #A042AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A042AE is #5FBD51. Grayscale: #6A6A6A. Windows color (decimal): -6274386 or 11420320. OLE color: 11420320.

HSL color Cylindrical-coordinate representation of color #A042AE: hue angle of 292.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A042AE is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 66 174 -
CMYK 0.08 0.62 0 0.32
HSL 292.22º 0.45% 0.47% -
HSV(B) 292.22º 0.62% 0.68% -
XYZ 24.09 14.43 41.56 -
YUV 106.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 160 66 174 0.08 0.62 0 0.32 292.22 0.45 0.47
Hex A0 42 AE 8 3E 0 20 124 2D 2F
Octal 240 102 256 10 76 0 40 444 55 57
Binary 10100000 1000010 10101110 1000 111110 0 100000 100100100 101101 101111

Color Harmonies of #A042AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042AE

Black with #A042AE

Text Example


Text Example

White with #A042AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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