#A948C0

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

Shades of Deep Lilac #A948C0

Tints of Deep Lilac #A948C0

Color information

#A948C0 (or 0xA948C0) is unknown color: approx Deep Lilac. HEX triplet: A9, 48 and C0. RGB value is (169,72,192). Sum of RGB (Red+Green+Blue) = 169+72+192=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #A948C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A948C0 is #56B73F. Grayscale: #727272. Windows color (decimal): -5683008 or 12601513. OLE color: 12601513.

HSL color Cylindrical-coordinate representation of color #A948C0: hue angle of 288.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A948C0 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16972192-
CMYK0.120.6300.25
HSL288.5º48.78%51.76%-
HSV(B)288.5º62.5%75.29%-
XYZ28.1916.8851.64-
YUV114.68171.64166.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 72 (28.52% from 255) = 16.63%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=39.03%
G=16.63%
B=44.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169721920.120.6300.25288.548.7851.76
HexA948C0C3F0191203134
Octal25111030014770314406164
Binary101010011001000110000001100111111011001100100000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A948C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A948C0; }

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

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

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

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

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

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

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

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