#A44CAE

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

Shades of Violet Blue #A44CAE

Tints of Violet Blue #A44CAE

Color information

#A44CAE (or 0xA44CAE) is unknown color: approx Violet Blue. HEX triplet: A4, 4C and AE. RGB value is (164,76,174). Sum of RGB (Red+Green+Blue) = 164+76+174=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #A44CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44CAE is #5BB351. Grayscale: #717171. Windows color (decimal): -6009682 or 11422884. OLE color: 11422884.

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

Color convert

RGB16476174-
CMYK0.060.5600.32
HSL293.88º39.2%49.02%-
HSV(B)293.88º56.32%68.24%-
XYZ25.5316.1241.81-
YUV113.48162.15164.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 76 (30.08% from 255) = 18.36%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=39.61%
G=18.36%
B=42.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164761740.060.5600.32293.8839.249.02
HexA44CAE6380201262731
Octal2441142566700404464761
Binary101001001001100101011101101110000100000100100110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44CAE; }

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

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

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

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

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

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

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

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