Html Css Color HEX #A042AB Deep Lilac

📋 copy color: '#A042AB'

red 160 ◦ green 66 ◦ blue 171

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

Shades of Deep Lilac #A042AB

Tints of Deep Lilac #A042AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 40.3%
G = 16.62%
B = 43.07%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A042AB (or 0xA042AB) is known color: Deep Lilac. HEX triplet: A0, 42 and AB. RGB value is (160,66,171). Sum of RGB (Red+Green+Blue) = 160+66+171=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #A042AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A042AB is #5FBD54. Grayscale: #696969. Windows color (decimal): -6274389 or 11223712. OLE color: 11223712.

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

Color convert

RGB 160 66 171 -
CMYK 0.06 0.61 0 0.33
HSL 293.71º 0.44% 0.46% -
HSV(B) 293.71º 0.61% 0.67% -
XYZ 23.8 14.31 40.04 -
YUV 106.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 160 66 171 0.06 0.61 0 0.33 293.71 0.44 0.46
Hex A0 42 AB 6 3D 0 21 126 2C 2E
Octal 240 102 253 6 75 0 41 446 54 56
Binary 10100000 1000010 10101011 110 111101 0 100001 100100110 101100 101110

Color Harmonies of #A042AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042AB

Black with #A042AB

Text Example


Text Example

White with #A042AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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