Html Css Color HEX #A042AC Deep Lilac

📋 copy color: '#A042AC'

red 160 ◦ green 66 ◦ blue 172

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

Shades of Deep Lilac #A042AC

Tints of Deep Lilac #A042AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 40.2%
G = 16.58%
B = 43.22%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A042AC (or 0xA042AC) is known color: Deep Lilac. HEX triplet: A0, 42 and AC. RGB value is (160,66,172). Sum of RGB (Red+Green+Blue) = 160+66+172=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #A042AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A042AC is #5FBD53. Grayscale: #696969. Windows color (decimal): -6274388 or 11289248. OLE color: 11289248.

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

Color convert

RGB 160 66 172 -
CMYK 0.07 0.62 0 0.33
HSL 293.21º 0.45% 0.47% -
HSV(B) 293.21º 0.62% 0.67% -
XYZ 23.89 14.35 40.54 -
YUV 106.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 160 66 172 0.07 0.62 0 0.33 293.21 0.45 0.47
Hex A0 42 AC 7 3E 0 21 125 2D 2F
Octal 240 102 254 7 76 0 41 445 55 57
Binary 10100000 1000010 10101100 111 111110 0 100001 100100101 101101 101111

Color Harmonies of #A042AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042AC

Black with #A042AC

Text Example


Text Example

White with #A042AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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