#A44DCC

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

Shades of Deep Lilac #A44DCC

Tints of Deep Lilac #A44DCC

Color information

#A44DCC (or 0xA44DCC) is unknown color: approx Deep Lilac. HEX triplet: A4, 4D and CC. RGB value is (164,77,204). Sum of RGB (Red+Green+Blue) = 164+77+204=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #A44DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DCC is #5BB233. Grayscale: #757575. Windows color (decimal): -6009396 or 13389220. OLE color: 13389220.

HSL color Cylindrical-coordinate representation of color #A44DCC: hue angle of 281.1º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A44DCC is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16477204-
CMYK0.200.6200.2
HSL281.1º55.46%55.1%-
HSV(B)281.1º62.25%80%-
XYZ28.8617.5658.99-
YUV117.49176.82161.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 204 (80.08% from 255) = 45.84%
R=36.85%
G=17.30%
B=45.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal164772040.200.6200.2281.155.4655.1
HexA44DCC143E0141193737
Octal24411531424760244316767
Binary1010010010011011100110010100111110010100100011001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44DCC; }

 p { color: rgb(164,77,204); }

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

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

 a { background-color: rgb(164,77,204); }

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

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

 span { border-color: rgb(164,77,204); }

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