#A44DAE

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

Shades of Violet Blue #A44DAE

Tints of Violet Blue #A44DAE

Color information

#A44DAE (or 0xA44DAE) is unknown color: approx Violet Blue. HEX triplet: A4, 4D and AE. RGB value is (164,77,174). Sum of RGB (Red+Green+Blue) = 164+77+174=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #A44DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44DAE is #5BB251. Grayscale: #717171. Windows color (decimal): -6009426 or 11423140. OLE color: 11423140.

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

Color convert

RGB16477174-
CMYK0.060.5600.32
HSL293.81º38.65%49.22%-
HSV(B)293.81º55.75%68.24%-
XYZ25.616.2641.83-
YUV114.07161.82163.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 77 (30.47% from 255) = 18.55%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=39.52%
G=18.55%
B=41.93%

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
Decimal164771740.060.5600.32293.8138.6549.22
HexA44DAE6380201262731
Octal2441152566700404464761
Binary101001001001101101011101101110000100000100100110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44DAE; }

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

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

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

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

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

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

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

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