#A948C5

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

Shades of Deep Lilac #A948C5

Tints of Deep Lilac #A948C5

Color information

#A948C5 (or 0xA948C5) is unknown color: approx Deep Lilac. HEX triplet: A9, 48 and C5. RGB value is (169,72,197). Sum of RGB (Red+Green+Blue) = 169+72+197=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #A948C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A948C5 is #56B73A. Grayscale: #727272. Windows color (decimal): -5683003 or 12929193. OLE color: 12929193.

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

Color convert

RGB16972197-
CMYK0.140.6300.23
HSL286.56º51.87%52.75%-
HSV(B)286.56º63.45%77.25%-
XYZ28.7617.154.61-
YUV115.25174.14166.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 72 (28.52% from 255) = 16.44%
BLUE value IS 197 (77.34% from 255) = 44.98%
R=38.58%
G=16.44%
B=44.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal169721970.140.6300.23286.5651.8752.75
HexA948C5E3F01711f3435
Octal25111030516770274376465
Binary101010011001000110001011110111111010111100011111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A948C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A948C5; }

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

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

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

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

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

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

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

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