#A44FAE

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

Shades of Violet Blue #A44FAE

Tints of Violet Blue #A44FAE

Color information

#A44FAE (or 0xA44FAE) is unknown color: approx Violet Blue. HEX triplet: A4, 4F and AE. RGB value is (164,79,174). Sum of RGB (Red+Green+Blue) = 164+79+174=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #A44FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44FAE is #5BB051. Grayscale: #727272. Windows color (decimal): -6008914 or 11423652. OLE color: 11423652.

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

Color convert

RGB16479174-
CMYK0.060.5500.32
HSL293.68º37.55%49.61%-
HSV(B)293.68º54.6%68.24%-
XYZ25.7516.5441.88-
YUV115.24161.16162.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 79 (31.25% from 255) = 18.94%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=39.33%
G=18.94%
B=41.73%

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
Decimal164791740.060.5500.32293.6837.5549.61
HexA44FAE6370201262632
Octal2441172566670404464662
Binary101001001001111101011101101101110100000100100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44FAE; }

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

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

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

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

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

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

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

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