Html Css Color HEX #A152B5 Deep Lilac

📋 copy color: '#A152B5'

red 161 ◦ green 82 ◦ blue 181

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

Shades of Deep Lilac #A152B5

Tints of Deep Lilac #A152B5

RGB

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

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

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

R = 37.97%
G = 19.34%
B = 42.69%

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

#A152B5 (or 0xA152B5) is known color: Deep Lilac. HEX triplet: A1, 52 and B5. RGB value is (161,82,181). Sum of RGB (Red+Green+Blue) = 161+82+181=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 181 - color contains mainly: blue. Hex color #A152B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152B5 is #5EAD4A. Grayscale: #747474. Windows color (decimal): -6204747 or 11883169. OLE color: 11883169.

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

Color convert

RGB 161 82 181 -
CMYK 0.11 0.55 0 0.29
HSL 287.88º 0.4% 0.52% -
HSV(B) 287.88º 0.55% 0.71% -
XYZ 26.06 16.95 45.61 -
YUV 116.91 164.17 159.45 -
System Red Green Blue C M Y K H S L
Decimal 161 82 181 0.11 0.55 0 0.29 287.88 0.4 0.52
Hex A1 52 B5 B 37 0 1D 120 28 34
Octal 241 122 265 13 67 0 35 440 50 64
Binary 10100001 1010010 10110101 1011 110111 0 11101 100100000 101000 110100

Color Harmonies of #A152B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A152B5

Black with #A152B5

Text Example


Text Example

White with #A152B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A152B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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