#A44DA0

Color #A44DA0 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A44DA0

Tints of Violet Blue #A44DA0

Color information

#A44DA0 (or 0xA44DA0) is unknown color: approx Violet Blue. HEX triplet: A4, 4D and A0. RGB value is (164,77,160). Sum of RGB (Red+Green+Blue) = 164+77+160=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A44DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44DA0 is #5BB25F. Grayscale: #707070. Windows color (decimal): -6009440 or 10505636. OLE color: 10505636.

HSL color Cylindrical-coordinate representation of color #A44DA0: hue angle of 302.76º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A44DA0 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16477160-
CMYK00.530.020.36
HSL302.76º36.1%47.25%-
HSV(B)302.76º53.05%64.31%-
XYZ24.3115.7435.01-
YUV112.48154.82164.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 77 (30.47% from 255) = 19.20%
BLUE value IS 160 (62.89% from 255) = 39.90%
R=40.90%
G=19.20%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647716000.530.020.36302.7636.147.25
HexA44DA003522412f242f
Octal2441152400652444574457
Binary10100100100110110100000011010110100100100101111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44DA0; }

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

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

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

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

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

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

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

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