Html Css Color HEX #A152B4 Deep Lilac

📋 copy color: '#A152B4'

red 161 ◦ green 82 ◦ blue 180

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

Shades of Deep Lilac #A152B4

Tints of Deep Lilac #A152B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.55%

R = 38.06%
G = 19.39%
B = 42.55%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A152B4 (or 0xA152B4) is known color: Deep Lilac. HEX triplet: A1, 52 and B4. RGB value is (161,82,180). Sum of RGB (Red+Green+Blue) = 161+82+180=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #A152B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152B4 is #5EAD4B. Grayscale: #747474. Windows color (decimal): -6204748 or 11817633. OLE color: 11817633.

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

Color convert

RGB 161 82 180 -
CMYK 0.11 0.54 0 0.29
HSL 288.37º 0.4% 0.51% -
HSV(B) 288.37º 0.54% 0.71% -
XYZ 25.95 16.91 45.08 -
YUV 116.79 163.67 159.53 -
System Red Green Blue C M Y K H S L
Decimal 161 82 180 0.11 0.54 0 0.29 288.37 0.4 0.51
Hex A1 52 B4 B 36 0 1D 120 28 33
Octal 241 122 264 13 66 0 35 440 50 63
Binary 10100001 1010010 10110100 1011 110110 0 11101 100100000 101000 110011

Color Harmonies of #A152B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A152B4

Black with #A152B4

Text Example


Text Example

White with #A152B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A152B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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