Html Css Color HEX #A151BA Deep Lilac

📋 copy color: '#A151BA'

red 161 ◦ green 81 ◦ blue 186

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

Shades of Deep Lilac #A151BA

Tints of Deep Lilac #A151BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 37.62%
G = 18.93%
B = 43.46%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A151BA (or 0xA151BA) is known color: Deep Lilac. HEX triplet: A1, 51 and BA. RGB value is (161,81,186). Sum of RGB (Red+Green+Blue) = 161+81+186=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #A151BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151BA is #5EAE45. Grayscale: #747474. Windows color (decimal): -6204998 or 12210593. OLE color: 12210593.

HSL color Cylindrical-coordinate representation of color #A151BA: hue angle of 285.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A151BA is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 81 186 -
CMYK 0.13 0.56 0 0.27
HSL 285.71º 0.43% 0.52% -
HSV(B) 285.71º 0.56% 0.73% -
XYZ 26.5 17.01 48.34 -
YUV 116.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 161 81 186 0.13 0.56 0 0.27 285.71 0.43 0.52
Hex A1 51 BA D 38 0 1B 11E 2B 34
Octal 241 121 272 15 70 0 33 436 53 64
Binary 10100001 1010001 10111010 1101 111000 0 11011 100011110 101011 110100

Color Harmonies of #A151BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A151BA

Black with #A151BA

Text Example


Text Example

White with #A151BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A151BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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