#A44EA1

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

Shades of Violet Blue #A44EA1

Tints of Violet Blue #A44EA1

Color information

#A44EA1 (or 0xA44EA1) is unknown color: approx Violet Blue. HEX triplet: A4, 4E and A1. RGB value is (164,78,161). Sum of RGB (Red+Green+Blue) = 164+78+161=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A44EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44EA1 is #5BB15E. Grayscale: #707070. Windows color (decimal): -6009183 or 10571428. OLE color: 10571428.

HSL color Cylindrical-coordinate representation of color #A44EA1: hue angle of 302.09º 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 #A44EA1 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16478161-
CMYK00.520.020.36
HSL302.09º35.54%47.45%-
HSV(B)302.09º52.44%64.31%-
XYZ24.4715.9135.5-
YUV113.18154.99164.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 78 (30.86% from 255) = 19.35%
BLUE value IS 161 (63.28% from 255) = 39.95%
R=40.69%
G=19.35%
B=39.95%

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
Decimal1647816100.520.020.36302.0935.5447.45
HexA44EA103422412e242f
Octal2441162410642444564457
Binary10100100100111010100001011010010100100100101110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44EA1; }

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

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

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

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

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

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

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

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