#A44EAE

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

Shades of Violet Blue #A44EAE

Tints of Violet Blue #A44EAE

Color information

#A44EAE (or 0xA44EAE) is unknown color: approx Violet Blue. HEX triplet: A4, 4E and AE. RGB value is (164,78,174). Sum of RGB (Red+Green+Blue) = 164+78+174=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #A44EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44EAE is #5BB151. Grayscale: #727272. Windows color (decimal): -6009170 or 11423396. OLE color: 11423396.

HSL color Cylindrical-coordinate representation of color #A44EAE: hue angle of 293.75º 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 #A44EAE is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16478174-
CMYK0.060.5500.32
HSL293.75º38.1%49.41%-
HSV(B)293.75º55.17%68.24%-
XYZ25.6716.441.86-
YUV114.66161.49163.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 78 (30.86% from 255) = 18.75%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=39.42%
G=18.75%
B=41.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164781740.060.5500.32293.7538.149.41
HexA44EAE6370201262631
Octal2441162566670404464661
Binary101001001001110101011101101101110100000100100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44EAE; }

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

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

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

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

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

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

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

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