#A44FA0

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

Shades of Violet Blue #A44FA0

Tints of Violet Blue #A44FA0

Color information

#A44FA0 (or 0xA44FA0) is unknown color: approx Violet Blue. HEX triplet: A4, 4F and A0. RGB value is (164,79,160). Sum of RGB (Red+Green+Blue) = 164+79+160=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A44FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44FA0 is #5BB05F. Grayscale: #717171. Windows color (decimal): -6008928 or 10506148. OLE color: 10506148.

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

Color convert

RGB16479160-
CMYK00.520.020.36
HSL302.82º34.98%47.65%-
HSV(B)302.82º51.83%64.31%-
XYZ24.4516.0235.06-
YUV113.65154.16163.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 79 (31.25% from 255) = 19.60%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=40.69%
G=19.60%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647916000.520.020.36302.8234.9847.65
HexA44FA003422412f2330
Octal2441172400642444574360
Binary10100100100111110100000011010010100100100101111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44FA0; }

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

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

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

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

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

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

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

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