#A44BC9

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

Shades of Deep Lilac #A44BC9

Tints of Deep Lilac #A44BC9

Color information

#A44BC9 (or 0xA44BC9) is unknown color: approx Deep Lilac. HEX triplet: A4, 4B and C9. RGB value is (164,75,201). Sum of RGB (Red+Green+Blue) = 164+75+201=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #A44BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A44BC9 is #5BB436. Grayscale: #737373. Windows color (decimal): -6009911 or 13192100. OLE color: 13192100.

HSL color Cylindrical-coordinate representation of color #A44BC9: hue angle of 282.38º degrees, saturation: 0.54, 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 #A44BC9 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16475201-
CMYK0.180.6300.21
HSL282.38º53.85%54.12%-
HSV(B)282.38º62.69%78.82%-
XYZ28.3717.1457.07-
YUV115.98175.99162.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 75 (29.69% from 255) = 17.05%
BLUE value IS 201 (78.91% from 255) = 45.68%
R=37.27%
G=17.05%
B=45.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164752010.180.6300.21282.3853.8554.12
HexA44BC9123F01511a3636
Octal24411331122770254326666
Binary1010010010010111100100110010111111010101100011010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BC9; }

 p { color: rgb(164,75,201); }

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

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

 a { background-color: rgb(164,75,201); }

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

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

 span { border-color: rgb(164,75,201); }

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