#A44993

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

Shades of Violet Blue #A44993

Tints of Violet Blue #A44993

Color information

#A44993 (or 0xA44993) is unknown color: approx Violet Blue. HEX triplet: A4, 49 and 93. RGB value is (164,73,147). Sum of RGB (Red+Green+Blue) = 164+73+147=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A44993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44993 is #5BB66C. Grayscale: #6C6C6C. Windows color (decimal): -6010477 or 9652644. OLE color: 9652644.

HSL color Cylindrical-coordinate representation of color #A44993: hue angle of 311.21º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44993 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16473147-
CMYK00.550.100.36
HSL311.21º38.4%46.47%-
HSV(B)311.21º55.49%64.31%-
XYZ22.9614.7629.24-
YUV108.64149.65167.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 73 (28.91% from 255) = 19.01%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=42.71%
G=19.01%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647314700.550.100.36311.2138.446.47
HexA44993037A24137262e
Octal24411122306712444674656
Binary1010010010010011001001101101111010100100100110111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44993; }

 p { color: rgb(164,73,147); }

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

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

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

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

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

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

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