#A44EA2

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

Shades of Violet Blue #A44EA2

Tints of Violet Blue #A44EA2

Color information

#A44EA2 (or 0xA44EA2) is unknown color: approx Violet Blue. HEX triplet: A4, 4E and A2. RGB value is (164,78,162). Sum of RGB (Red+Green+Blue) = 164+78+162=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A44EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44EA2 is #5BB15D. Grayscale: #717171. Windows color (decimal): -6009182 or 10636964. OLE color: 10636964.

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

Color convert

RGB16478162-
CMYK00.520.010.36
HSL301.4º35.54%47.45%-
HSV(B)301.4º52.44%64.31%-
XYZ24.5615.9535.97-
YUV113.29155.49164.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 162 (63.67% from 255) = 40.10%
R=40.59%
G=19.31%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647816200.520.010.36301.435.5447.45
HexA44EA203412412d242f
Octal2441162420641444554457
Binary1010010010011101010001001101001100100100101101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44EA2; }

 p { color: rgb(164,78,162); }

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

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

 a { background-color: rgb(164,78,162); }

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

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

 span { border-color: rgb(164,78,162); }

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