#A44AC8

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

Shades of Deep Lilac #A44AC8

Tints of Deep Lilac #A44AC8

Color information

#A44AC8 (or 0xA44AC8) is unknown color: approx Deep Lilac. HEX triplet: A4, 4A and C8. RGB value is (164,74,200). Sum of RGB (Red+Green+Blue) = 164+74+200=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #A44AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44AC8 is #5BB537. Grayscale: #727272. Windows color (decimal): -6010168 or 13126308. OLE color: 13126308.

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

Color convert

RGB16474200-
CMYK0.180.6300.22
HSL282.86º53.39%53.73%-
HSV(B)282.86º63%78.43%-
XYZ28.1816.9656.43-
YUV115.27175.82162.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 74 (29.30% from 255) = 16.89%
BLUE value IS 200 (78.52% from 255) = 45.66%
R=37.44%
G=16.89%
B=45.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164742000.180.6300.22282.8653.3953.73
HexA44AC8123F01611b3536
Octal24411231022770264336566
Binary1010010010010101100100010010111111010110100011011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44AC8; }

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

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

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

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

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

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

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

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