#A44BAE

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

Shades of Violet Blue #A44BAE

Tints of Violet Blue #A44BAE

Color information

#A44BAE (or 0xA44BAE) is unknown color: approx Violet Blue. HEX triplet: A4, 4B and AE. RGB value is (164,75,174). Sum of RGB (Red+Green+Blue) = 164+75+174=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #A44BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44BAE is #5BB451. Grayscale: #707070. Windows color (decimal): -6009938 or 11422628. OLE color: 11422628.

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

Color convert

RGB16475174-
CMYK0.060.5700.32
HSL293.94º39.76%48.82%-
HSV(B)293.94º56.9%68.24%-
XYZ25.4715.9841.79-
YUV112.9162.49164.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 75 (29.69% from 255) = 18.16%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=39.71%
G=18.16%
B=42.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164751740.060.5700.32293.9439.7648.82
HexA44BAE6390201262831
Octal2441132566710404465061
Binary101001001001011101011101101110010100000100100110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44BAE; }

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

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

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

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

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

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

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

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