Html Css Color HEX #A051BE Deep Lilac

📋 copy color: '#A051BE'

red 160 ◦ green 81 ◦ blue 190

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

Shades of Deep Lilac #A051BE

Tints of Deep Lilac #A051BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.79%

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

R = 37.12%
G = 18.79%
B = 44.08%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A051BE (or 0xA051BE) is known color: Deep Lilac. HEX triplet: A0, 51 and BE. RGB value is (160,81,190). Sum of RGB (Red+Green+Blue) = 160+81+190=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #A051BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051BE is #5FAE41. Grayscale: #747474. Windows color (decimal): -6270530 or 12472736. OLE color: 12472736.

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

Color convert

RGB 160 81 190 -
CMYK 0.16 0.57 0 0.25
HSL 283.49º 0.46% 0.53% -
HSV(B) 283.49º 0.57% 0.75% -
XYZ 26.73 17.08 50.6 -
YUV 117.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 160 81 190 0.16 0.57 0 0.25 283.49 0.46 0.53
Hex A0 51 BE 10 39 0 19 11B 2E 35
Octal 240 121 276 20 71 0 31 433 56 65
Binary 10100000 1010001 10111110 10000 111001 0 11001 100011011 101110 110101

Color Harmonies of #A051BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051BE

Black with #A051BE

Text Example


Text Example

White with #A051BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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