Html Css Color HEX #A042BE Deep Lilac

📋 copy color: '#A042BE'

red 160 ◦ green 66 ◦ blue 190

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

Shades of Deep Lilac #A042BE

Tints of Deep Lilac #A042BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 38.46%
G = 15.87%
B = 45.67%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A042BE (or 0xA042BE) is known color: Deep Lilac. HEX triplet: A0, 42 and BE. RGB value is (160,66,190). Sum of RGB (Red+Green+Blue) = 160+66+190=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #A042BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042BE is #5FBD41. Grayscale: #6B6B6B. Windows color (decimal): -6274370 or 12468896. OLE color: 12468896.

HSL color Cylindrical-coordinate representation of color #A042BE: hue angle of 285.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A042BE is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 66 190 -
CMYK 0.16 0.65 0 0.25
HSL 285.48º 0.49% 0.5% -
HSV(B) 285.48º 0.65% 0.75% -
XYZ 25.74 15.09 50.27 -
YUV 108.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 160 66 190 0.16 0.65 0 0.25 285.48 0.49 0.5
Hex A0 42 BE 10 41 0 19 11D 31 32
Octal 240 102 276 20 101 0 31 435 61 62
Binary 10100000 1000010 10111110 10000 1000001 0 11001 100011101 110001 110010

Color Harmonies of #A042BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042BE

Black with #A042BE

Text Example


Text Example

White with #A042BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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