Html Css Color HEX #A152BE Deep Lilac

📋 copy color: '#A152BE'

red 161 ◦ green 82 ◦ blue 190

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

Shades of Deep Lilac #A152BE

Tints of Deep Lilac #A152BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 37.18%
G = 18.94%
B = 43.88%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A152BE (or 0xA152BE) is known color: Deep Lilac. HEX triplet: A1, 52 and BE. RGB value is (161,82,190). Sum of RGB (Red+Green+Blue) = 161+82+190=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #A152BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152BE is #5EAD41. Grayscale: #757575. Windows color (decimal): -6204738 or 12472993. OLE color: 12472993.

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

Color convert

RGB 161 82 190 -
CMYK 0.15 0.57 0 0.25
HSL 283.89º 0.45% 0.53% -
HSV(B) 283.89º 0.57% 0.75% -
XYZ 27.01 17.33 50.64 -
YUV 117.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 161 82 190 0.15 0.57 0 0.25 283.89 0.45 0.53
Hex A1 52 BE F 39 0 19 11C 2D 35
Octal 241 122 276 17 71 0 31 434 55 65
Binary 10100001 1010010 10111110 1111 111001 0 11001 100011100 101101 110101

Color Harmonies of #A152BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A152BE

Black with #A152BE

Text Example


Text Example

White with #A152BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A152BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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