#A44A9E

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

Shades of Violet Blue #A44A9E

Tints of Violet Blue #A44A9E

Color information

#A44A9E (or 0xA44A9E) is unknown color: approx Violet Blue. HEX triplet: A4, 4A and 9E. RGB value is (164,74,158). Sum of RGB (Red+Green+Blue) = 164+74+158=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44A9E is #5BB561. Grayscale: #6E6E6E. Windows color (decimal): -6010210 or 10373796. OLE color: 10373796.

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

Color convert

RGB16474158-
CMYK00.550.040.36
HSL304º37.82%46.67%-
HSV(B)304º54.88%64.31%-
XYZ23.9315.2634.03-
YUV110.49154.82166.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 74 (29.30% from 255) = 18.69%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=41.41%
G=18.69%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647415800.550.040.3630437.8246.67
HexA44A9E037424130262f
Octal2441122360674444604657
Binary101001001001010100111100110111100100100100110000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A9E; }

 p { color: rgb(164,74,158); }

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

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

 a { background-color: rgb(164,74,158); }

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

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

 span { border-color: rgb(164,74,158); }

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