Html Css Color HEX #A952BC Deep Lilac

📋 copy color: '#A952BC'

red 169 ◦ green 82 ◦ blue 188

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

Shades of Deep Lilac #A952BC

Tints of Deep Lilac #A952BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 38.5%
G = 18.68%
B = 42.82%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A952BC (or 0xA952BC) is known color: Deep Lilac. HEX triplet: A9, 52 and BC. RGB value is (169,82,188). Sum of RGB (Red+Green+Blue) = 169+82+188=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #A952BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952BC is #56AD43. Grayscale: #777777. Windows color (decimal): -5680452 or 12341929. OLE color: 12341929.

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

Color convert

RGB 169 82 188 -
CMYK 0.10 0.56 0 0.26
HSL 289.25º 0.44% 0.53% -
HSV(B) 289.25º 0.56% 0.74% -
XYZ 28.46 18.1 49.57 -
YUV 120.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 169 82 188 0.10 0.56 0 0.26 289.25 0.44 0.53
Hex A9 52 BC A 38 0 1A 121 2C 35
Octal 251 122 274 12 70 0 32 441 54 65
Binary 10101001 1010010 10111100 1010 111000 0 11010 100100001 101100 110101

Color Harmonies of #A952BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952BC

Black with #A952BC

Text Example


Text Example

White with #A952BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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