#A44E8B

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

Shades of Violet Blue #A44E8B

Tints of Violet Blue #A44E8B

Color information

#A44E8B (or 0xA44E8B) is unknown color: approx Violet Blue. HEX triplet: A4, 4E and 8B. RGB value is (164,78,139). Sum of RGB (Red+Green+Blue) = 164+78+139=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E8B is #5BB174. Grayscale: #6E6E6E. Windows color (decimal): -6009205 or 9129636. OLE color: 9129636.

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

Color convert

RGB16478139-
CMYK00.520.150.36
HSL317.44º35.54%47.45%-
HSV(B)317.44º52.44%64.31%-
XYZ22.6915.2126.16-
YUV110.67143.99166.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=43.04%
G=20.47%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647813900.520.150.36317.4435.5447.45
HexA44E8B034F2413d242f
Octal24411621306417444754457
Binary1010010010011101000101101101001111100100100111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E8B; }

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

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

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

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

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

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

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

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