Html Css Color HEX #A952BD Deep Lilac

📋 copy color: '#A952BD'

red 169 ◦ green 82 ◦ blue 189

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

Shades of Deep Lilac #A952BD

Tints of Deep Lilac #A952BD

RGB

 RED value IS 169 (66.41% from 255) = 38.41%

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

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 38.41%
G = 18.64%
B = 42.95%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A952BD (or 0xA952BD) is known color: Deep Lilac. HEX triplet: A9, 52 and BD. RGB value is (169,82,189). Sum of RGB (Red+Green+Blue) = 169+82+189=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #A952BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952BD is #56AD42. Grayscale: #777777. Windows color (decimal): -5680451 or 12407465. OLE color: 12407465.

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

Color convert

RGB 169 82 189 -
CMYK 0.11 0.57 0 0.26
HSL 288.79º 0.45% 0.53% -
HSV(B) 288.79º 0.57% 0.74% -
XYZ 28.56 18.14 50.14 -
YUV 120.21 166.82 162.8 -
System Red Green Blue C M Y K H S L
Decimal 169 82 189 0.11 0.57 0 0.26 288.79 0.45 0.53
Hex A9 52 BD B 39 0 1A 121 2D 35
Octal 251 122 275 13 71 0 32 441 55 65
Binary 10101001 1010010 10111101 1011 111001 0 11010 100100001 101101 110101

Color Harmonies of #A952BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952BD

Black with #A952BD

Text Example


Text Example

White with #A952BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952BD; }

 p { color: rgb(169,82,189); }

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

background-color css

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

 a { background-color: rgb(169,82,189); }

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

border-color css

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

 span { border-color: rgb(169,82,189); }

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