#A44A9A

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

Shades of Violet Blue #A44A9A

Tints of Violet Blue #A44A9A

Color information

#A44A9A (or 0xA44A9A) is unknown color: approx Violet Blue. HEX triplet: A4, 4A and 9A. RGB value is (164,74,154). Sum of RGB (Red+Green+Blue) = 164+74+154=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44A9A is #5BB565. Grayscale: #6D6D6D. Windows color (decimal): -6010214 or 10111652. OLE color: 10111652.

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

Color convert

RGB16474154-
CMYK00.550.060.36
HSL306.67º37.82%46.67%-
HSV(B)306.67º54.88%64.31%-
XYZ23.5915.1232.25-
YUV110.03152.82166.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 74 (29.30% from 255) = 18.88%
BLUE value IS 154 (60.55% from 255) = 39.29%
R=41.84%
G=18.88%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647415400.550.060.36306.6737.8246.67
HexA44A9A037624133262f
Octal2441122320676444634657
Binary101001001001010100110100110111110100100100110011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A9A; }

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

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

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

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

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

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

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

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