#A44A9F

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

Shades of Violet Blue #A44A9F

Tints of Violet Blue #A44A9F

Color information

#A44A9F (or 0xA44A9F) is unknown color: approx Violet Blue. HEX triplet: A4, 4A and 9F. RGB value is (164,74,159). Sum of RGB (Red+Green+Blue) = 164+74+159=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44A9F is #5BB560. Grayscale: #6E6E6E. Windows color (decimal): -6010209 or 10439332. OLE color: 10439332.

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

Color convert

RGB16474159-
CMYK00.550.030.36
HSL303.33º37.82%46.67%-
HSV(B)303.33º54.88%64.31%-
XYZ24.0215.2934.49-
YUV110.6155.32166.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 74 (29.30% from 255) = 18.64%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=41.31%
G=18.64%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647415900.550.030.36303.3337.8246.67
HexA44A9F03732412f262f
Octal2441122370673444574657
Binary10100100100101010011111011011111100100100101111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A9F; }

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

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

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

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

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

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

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

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