Html Css Color HEX #A042BA Deep Lilac

📋 copy color: '#A042BA'

red 160 ◦ green 66 ◦ blue 186

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

Shades of Deep Lilac #A042BA

Tints of Deep Lilac #A042BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 38.83%
G = 16.02%
B = 45.15%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A042BA (or 0xA042BA) is known color: Deep Lilac. HEX triplet: A0, 42 and BA. RGB value is (160,66,186). Sum of RGB (Red+Green+Blue) = 160+66+186=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #A042BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042BA is #5FBD45. Grayscale: #6B6B6B. Windows color (decimal): -6274374 or 12206752. OLE color: 12206752.

HSL color Cylindrical-coordinate representation of color #A042BA: hue angle of 287º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A042BA is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 66 186 -
CMYK 0.14 0.65 0 0.27
HSL 287º 0.48% 0.49% -
HSV(B) 287º 0.65% 0.73% -
XYZ 25.31 14.92 48 -
YUV 107.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 160 66 186 0.14 0.65 0 0.27 287 0.48 0.49
Hex A0 42 BA E 41 0 1B 11F 30 31
Octal 240 102 272 16 101 0 33 437 60 61
Binary 10100000 1000010 10111010 1110 1000001 0 11011 100011111 110000 110001

Color Harmonies of #A042BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042BA

Black with #A042BA

Text Example


Text Example

White with #A042BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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