Html Css Color HEX #A051BD Deep Lilac

📋 copy color: '#A051BD'

red 160 ◦ green 81 ◦ blue 189

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

Shades of Deep Lilac #A051BD

Tints of Deep Lilac #A051BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 37.21%
G = 18.84%
B = 43.95%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A051BD (or 0xA051BD) is known color: Deep Lilac. HEX triplet: A0, 51 and BD. RGB value is (160,81,189). Sum of RGB (Red+Green+Blue) = 160+81+189=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #A051BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051BD is #5FAE42. Grayscale: #747474. Windows color (decimal): -6270531 or 12407200. OLE color: 12407200.

HSL color Cylindrical-coordinate representation of color #A051BD: hue angle of 283.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A051BD is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 81 189 -
CMYK 0.15 0.57 0 0.26
HSL 283.89º 0.45% 0.53% -
HSV(B) 283.89º 0.57% 0.74% -
XYZ 26.62 17.03 50.03 -
YUV 116.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 160 81 189 0.15 0.57 0 0.26 283.89 0.45 0.53
Hex A0 51 BD F 39 0 1A 11C 2D 35
Octal 240 121 275 17 71 0 32 434 55 65
Binary 10100000 1010001 10111101 1111 111001 0 11010 100011100 101101 110101

Color Harmonies of #A051BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051BD

Black with #A051BD

Text Example


Text Example

White with #A051BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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