#A952C5

Color #A952C5 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A952C5

Tints of Deep Lilac #A952C5

Color information

#A952C5 (or 0xA952C5) is unknown color: approx Deep Lilac. HEX triplet: A9, 52 and C5. RGB value is (169,82,197). Sum of RGB (Red+Green+Blue) = 169+82+197=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #A952C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952C5 is #56AD3A. Grayscale: #787878. Windows color (decimal): -5680443 or 12931753. OLE color: 12931753.

HSL color Cylindrical-coordinate representation of color #A952C5: hue angle of 285.39º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A952C5 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16982197-
CMYK0.140.5800.23
HSL285.39º49.78%54.71%-
HSV(B)285.39º58.38%77.25%-
XYZ29.4618.554.84-
YUV121.12170.82162.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 82 (32.42% from 255) = 18.30%
BLUE value IS 197 (77.34% from 255) = 43.97%
R=37.72%
G=18.30%
B=43.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal169821970.140.5800.23285.3949.7854.71
HexA952C5E3A01711d3237
Octal25112230516720274356267
Binary101010011010010110001011110111010010111100011101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A952C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A952C5; }

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

 H1.HeaderClassName
 {
   color: #A952C5;
 }
 .AnyTagClassName
 {
   color: #A952C5;
 }
</style>
background-color css

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

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

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

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

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

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