#A44E8D

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

Shades of Violet Blue #A44E8D

Tints of Violet Blue #A44E8D

Color information

#A44E8D (or 0xA44E8D) is unknown color: approx Violet Blue. HEX triplet: A4, 4E and 8D. RGB value is (164,78,141). Sum of RGB (Red+Green+Blue) = 164+78+141=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E8D is #5BB172. Grayscale: #6E6E6E. Windows color (decimal): -6009203 or 9260708. OLE color: 9260708.

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

Color convert

RGB16478141-
CMYK00.520.140.36
HSL316.05º35.54%47.45%-
HSV(B)316.05º52.44%64.31%-
XYZ22.8415.2626.94-
YUV110.9144.99165.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 141 (55.47% from 255) = 36.81%
R=42.82%
G=20.37%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647814100.520.140.36316.0535.5447.45
HexA44E8D034E2413c242f
Octal24411621506416444744457
Binary1010010010011101000110101101001110100100100111100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E8D; }

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

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

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

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

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

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

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

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