#A44ACA

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

Shades of Deep Lilac #A44ACA

Tints of Deep Lilac #A44ACA

Color information

#A44ACA (or 0xA44ACA) is unknown color: approx Deep Lilac. HEX triplet: A4, 4A and CA. RGB value is (164,74,202). Sum of RGB (Red+Green+Blue) = 164+74+202=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #A44ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44ACA is #5BB535. Grayscale: #737373. Windows color (decimal): -6010166 or 13257380. OLE color: 13257380.

HSL color Cylindrical-coordinate representation of color #A44ACA: hue angle of 282.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A44ACA is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16474202-
CMYK0.190.6300.21
HSL282.19º54.7%54.12%-
HSV(B)282.19º63.37%79.22%-
XYZ28.4217.0557.67-
YUV115.5176.82162.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 74 (29.30% from 255) = 16.82%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=37.27%
G=16.82%
B=45.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164742020.190.6300.21282.1954.754.12
HexA44ACA133F01511a3736
Octal24411231223770254326766
Binary1010010010010101100101010011111111010101100011010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44ACA; }

 p { color: rgb(164,74,202); }

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

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

 a { background-color: rgb(164,74,202); }

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

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

 span { border-color: rgb(164,74,202); }

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