#A44C9A

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

Shades of Violet Blue #A44C9A

Tints of Violet Blue #A44C9A

Color information

#A44C9A (or 0xA44C9A) is unknown color: approx Violet Blue. HEX triplet: A4, 4C and 9A. RGB value is (164,76,154). Sum of RGB (Red+Green+Blue) = 164+76+154=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C9A is #5BB365. Grayscale: #6E6E6E. Windows color (decimal): -6009702 or 10112164. OLE color: 10112164.

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

Color convert

RGB16476154-
CMYK00.540.060.36
HSL306.82º36.67%47.06%-
HSV(B)306.82º53.66%64.31%-
XYZ23.7315.3932.29-
YUV111.2152.15165.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 76 (30.08% from 255) = 19.29%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=41.62%
G=19.29%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647615400.540.060.36306.8236.6747.06
HexA44C9A036624133252f
Octal2441142320666444634557
Binary101001001001100100110100110110110100100100110011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C9A; }

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

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

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

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

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

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

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

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