Html Css Color HEX #A952BB Deep Lilac

📋 copy color: '#A952BB'

red 169 ◦ green 82 ◦ blue 187

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

Shades of Deep Lilac #A952BB

Tints of Deep Lilac #A952BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 38.58%
G = 18.72%
B = 42.69%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A952BB (or 0xA952BB) is known color: Deep Lilac. HEX triplet: A9, 52 and BB. RGB value is (169,82,187). Sum of RGB (Red+Green+Blue) = 169+82+187=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #A952BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952BB is #56AD44. Grayscale: #777777. Windows color (decimal): -5680453 or 12276393. OLE color: 12276393.

HSL color Cylindrical-coordinate representation of color #A952BB: hue angle of 289.71º degrees, saturation: 0.44, 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 #A952BB is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 82 187 -
CMYK 0.10 0.56 0 0.27
HSL 289.71º 0.44% 0.53% -
HSV(B) 289.71º 0.56% 0.73% -
XYZ 28.35 18.06 49 -
YUV 119.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 169 82 187 0.10 0.56 0 0.27 289.71 0.44 0.53
Hex A9 52 BB A 38 0 1B 122 2C 35
Octal 251 122 273 12 70 0 33 442 54 65
Binary 10101001 1010010 10111011 1010 111000 0 11011 100100010 101100 110101

Color Harmonies of #A952BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952BB

Black with #A952BB

Text Example


Text Example

White with #A952BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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