Html Css Color HEX #A152BA Deep Lilac

📋 copy color: '#A152BA'

red 161 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #A152BA

Tints of Deep Lilac #A152BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.11%

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

R = 37.53%
G = 19.11%
B = 43.36%

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

#A152BA (or 0xA152BA) is known color: Deep Lilac. HEX triplet: A1, 52 and BA. RGB value is (161,82,186). Sum of RGB (Red+Green+Blue) = 161+82+186=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #A152BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152BA is #5EAD45. Grayscale: #757575. Windows color (decimal): -6204742 or 12210849. OLE color: 12210849.

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

Color convert

RGB 161 82 186 -
CMYK 0.13 0.56 0 0.27
HSL 285.58º 0.43% 0.53% -
HSV(B) 285.58º 0.56% 0.73% -
XYZ 26.58 17.16 48.37 -
YUV 117.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 161 82 186 0.13 0.56 0 0.27 285.58 0.43 0.53
Hex A1 52 BA D 38 0 1B 11E 2B 35
Octal 241 122 272 15 70 0 33 436 53 65
Binary 10100001 1010010 10111010 1101 111000 0 11011 100011110 101011 110101

Color Harmonies of #A152BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A152BA

Black with #A152BA

Text Example


Text Example

White with #A152BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A152BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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