Html Css Color HEX #A151B5 Deep Lilac

📋 copy color: '#A151B5'

red 161 ◦ green 81 ◦ blue 181

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

Shades of Deep Lilac #A151B5

Tints of Deep Lilac #A151B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.79%

R = 38.06%
G = 19.15%
B = 42.79%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A151B5 (or 0xA151B5) is known color: Deep Lilac. HEX triplet: A1, 51 and B5. RGB value is (161,81,181). Sum of RGB (Red+Green+Blue) = 161+81+181=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 181 - color contains mainly: blue. Hex color #A151B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151B5 is #5EAE4A. Grayscale: #747474. Windows color (decimal): -6205003 or 11882913. OLE color: 11882913.

HSL color Cylindrical-coordinate representation of color #A151B5: hue angle of 288º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A151B5 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 81 181 -
CMYK 0.11 0.55 0 0.29
HSL 288º 0.4% 0.51% -
HSV(B) 288º 0.55% 0.71% -
XYZ 25.98 16.8 45.59 -
YUV 116.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 161 81 181 0.11 0.55 0 0.29 288 0.4 0.51
Hex A1 51 B5 B 37 0 1D 120 28 33
Octal 241 121 265 13 67 0 35 440 50 63
Binary 10100001 1010001 10110101 1011 110111 0 11101 100100000 101000 110011

Color Harmonies of #A151B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A151B5

Black with #A151B5

Text Example


Text Example

White with #A151B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A151B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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