#A44AC6

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

Shades of Deep Lilac #A44AC6

Tints of Deep Lilac #A44AC6

Color information

#A44AC6 (or 0xA44AC6) is unknown color: approx Deep Lilac. HEX triplet: A4, 4A and C6. RGB value is (164,74,198). Sum of RGB (Red+Green+Blue) = 164+74+198=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #A44AC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44AC6 is #5BB539. Grayscale: #727272. Windows color (decimal): -6010170 or 12995236. OLE color: 12995236.

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

Color convert

RGB16474198-
CMYK0.170.6300.22
HSL283.55º52.1%53.33%-
HSV(B)283.55º62.63%77.65%-
XYZ27.9516.8755.21-
YUV115.05174.82162.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 74 (29.30% from 255) = 16.97%
BLUE value IS 198 (77.73% from 255) = 45.41%
R=37.61%
G=16.97%
B=45.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164741980.170.6300.22283.5552.153.33
HexA44AC6113F01611c3435
Octal24411230621770264346465
Binary1010010010010101100011010001111111010110100011100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44AC6; }

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

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

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

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

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

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

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

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