Html Css Color HEX #A151BD Deep Lilac

📋 copy color: '#A151BD'

red 161 ◦ green 81 ◦ blue 189

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

Shades of Deep Lilac #A151BD

Tints of Deep Lilac #A151BD

RGB

 RED value IS 161 (63.28% from 255) = 37.35%

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

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

R = 37.35%
G = 18.79%
B = 43.85%

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

#A151BD (or 0xA151BD) is known color: Deep Lilac. HEX triplet: A1, 51 and BD. RGB value is (161,81,189). Sum of RGB (Red+Green+Blue) = 161+81+189=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #A151BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151BD is #5EAE42. Grayscale: #747474. Windows color (decimal): -6204995 or 12407201. OLE color: 12407201.

HSL color Cylindrical-coordinate representation of color #A151BD: hue angle of 284.44º 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 #A151BD is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 81 189 -
CMYK 0.15 0.57 0 0.26
HSL 284.44º 0.45% 0.53% -
HSV(B) 284.44º 0.57% 0.74% -
XYZ 26.83 17.14 50.04 -
YUV 117.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 161 81 189 0.15 0.57 0 0.26 284.44 0.45 0.53
Hex A1 51 BD F 39 0 1A 11C 2D 35
Octal 241 121 275 17 71 0 32 434 55 65
Binary 10100001 1010001 10111101 1111 111001 0 11010 100011100 101101 110101

Color Harmonies of #A151BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A151BD

Black with #A151BD

Text Example


Text Example

White with #A151BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A151BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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