#A44E8E

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

Shades of Violet Blue #A44E8E

Tints of Violet Blue #A44E8E

Color information

#A44E8E (or 0xA44E8E) is unknown color: approx Violet Blue. HEX triplet: A4, 4E and 8E. RGB value is (164,78,142). Sum of RGB (Red+Green+Blue) = 164+78+142=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E8E is #5BB171. Grayscale: #6E6E6E. Windows color (decimal): -6009202 or 9326244. OLE color: 9326244.

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

Color convert

RGB16478142-
CMYK00.520.130.36
HSL315.35º35.54%47.45%-
HSV(B)315.35º52.44%64.31%-
XYZ22.9215.2927.34-
YUV111.01145.49165.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=42.71%
G=20.31%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647814200.520.130.36315.3535.5447.45
HexA44E8E034D2413b242f
Octal24411621606415444734457
Binary1010010010011101000111001101001101100100100111011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E8E; }

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

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

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

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

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

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

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

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