#A44DAA

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

Shades of Violet Blue #A44DAA

Tints of Violet Blue #A44DAA

Color information

#A44DAA (or 0xA44DAA) is unknown color: approx Violet Blue. HEX triplet: A4, 4D and AA. RGB value is (164,77,170). Sum of RGB (Red+Green+Blue) = 164+77+170=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #A44DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44DAA is #5BB255. Grayscale: #717171. Windows color (decimal): -6009430 or 11160996. OLE color: 11160996.

HSL color Cylindrical-coordinate representation of color #A44DAA: hue angle of 296.13º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44DAA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16477170-
CMYK0.040.5500.33
HSL296.13º37.65%48.43%-
HSV(B)296.13º54.71%66.67%-
XYZ25.2216.139.81-
YUV113.62159.82163.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 77 (30.47% from 255) = 18.73%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=39.90%
G=18.73%
B=41.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164771700.040.5500.33296.1337.6548.43
HexA44DAA4370211282630
Octal2441152524670414504660
Binary101001001001101101010101001101110100001100101000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44DAA; }

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

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

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

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

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

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

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

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