#A44AA4

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

Shades of Violet Blue #A44AA4

Tints of Violet Blue #A44AA4

Color information

#A44AA4 (or 0xA44AA4) is unknown color: approx Violet Blue. HEX triplet: A4, 4A and A4. RGB value is (164,74,164). Sum of RGB (Red+Green+Blue) = 164+74+164=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A44AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44AA4 is #5BB55B. Grayscale: #6E6E6E. Windows color (decimal): -6010204 or 10767012. OLE color: 10767012.

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

Color convert

RGB16474164-
CMYK00.5500.36
HSL300º37.82%46.67%-
HSV(B)300º54.88%64.31%-
XYZ24.4615.4736.82-
YUV111.17157.82165.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 74 (29.30% from 255) = 18.41%
BLUE value IS 164 (64.45% from 255) = 40.80%
R=40.80%
G=18.41%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647416400.5500.3630037.8246.67
HexA44AA403702412c262f
Octal2441122440670444544657
Binary1010010010010101010010001101110100100100101100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44AA4; }

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

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

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

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

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

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

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

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