#A44AA1

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

Shades of Violet Blue #A44AA1

Tints of Violet Blue #A44AA1

Color information

#A44AA1 (or 0xA44AA1) is unknown color: approx Violet Blue. HEX triplet: A4, 4A and A1. RGB value is (164,74,161). Sum of RGB (Red+Green+Blue) = 164+74+161=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A44AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44AA1 is #5BB55E. Grayscale: #6E6E6E. Windows color (decimal): -6010207 or 10570404. OLE color: 10570404.

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

Color convert

RGB16474161-
CMYK00.550.020.36
HSL302º37.82%46.67%-
HSV(B)302º54.88%64.31%-
XYZ24.1915.3635.41-
YUV110.83156.32165.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 74 (29.30% from 255) = 18.55%
BLUE value IS 161 (63.28% from 255) = 40.35%
R=41.10%
G=18.55%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647416100.550.020.3630237.8246.67
HexA44AA103722412e262f
Octal2441122410672444564657
Binary10100100100101010100001011011110100100100101110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44AA1; }

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

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

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

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

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

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

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

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