Html Css Color HEX #A042B6 Deep Lilac

📋 copy color: '#A042B6'

red 160 ◦ green 66 ◦ blue 182

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

Shades of Deep Lilac #A042B6

Tints of Deep Lilac #A042B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.61%

R = 39.22%
G = 16.18%
B = 44.61%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A042B6 (or 0xA042B6) is known color: Deep Lilac. HEX triplet: A0, 42 and B6. RGB value is (160,66,182). Sum of RGB (Red+Green+Blue) = 160+66+182=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #A042B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042B6 is #5FBD49. Grayscale: #6A6A6A. Windows color (decimal): -6274378 or 11944608. OLE color: 11944608.

HSL color Cylindrical-coordinate representation of color #A042B6: hue angle of 288.62º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A042B6 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 66 182 -
CMYK 0.12 0.64 0 0.29
HSL 288.62º 0.47% 0.49% -
HSV(B) 288.62º 0.64% 0.71% -
XYZ 24.89 14.75 45.79 -
YUV 107.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 160 66 182 0.12 0.64 0 0.29 288.62 0.47 0.49
Hex A0 42 B6 C 40 0 1D 121 2F 31
Octal 240 102 266 14 100 0 35 441 57 61
Binary 10100000 1000010 10110110 1100 1000000 0 11101 100100001 101111 110001

Color Harmonies of #A042B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042B6

Black with #A042B6

Text Example


Text Example

White with #A042B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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