#A44EAD

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

Shades of Violet Blue #A44EAD

Tints of Violet Blue #A44EAD

Color information

#A44EAD (or 0xA44EAD) is unknown color: approx Violet Blue. HEX triplet: A4, 4E and AD. RGB value is (164,78,173). Sum of RGB (Red+Green+Blue) = 164+78+173=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #A44EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44EAD is #5BB152. Grayscale: #727272. Windows color (decimal): -6009171 or 11357860. OLE color: 11357860.

HSL color Cylindrical-coordinate representation of color #A44EAD: hue angle of 294.32º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44EAD is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16478173-
CMYK0.050.5500.32
HSL294.32º37.85%49.22%-
HSV(B)294.32º54.91%67.84%-
XYZ25.5816.3641.34-
YUV114.54160.99163.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=39.52%
G=18.80%
B=41.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164781730.050.5500.32294.3237.8549.22
HexA44EAD5370201262631
Octal2441162555670404464661
Binary101001001001110101011011011101110100000100100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44EAD; }

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

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

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

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

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

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

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

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