#A44799

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

Shades of Violet Blue #A44799

Tints of Violet Blue #A44799

Color information

#A44799 (or 0xA44799) is unknown color: approx Violet Blue. HEX triplet: A4, 47 and 99. RGB value is (164,71,153). Sum of RGB (Red+Green+Blue) = 164+71+153=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A44799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44799 is #5BB866. Grayscale: #6B6B6B. Windows color (decimal): -6010983 or 10045348. OLE color: 10045348.

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

Color convert

RGB16471153-
CMYK00.570.070.36
HSL307.1º39.57%46.08%-
HSV(B)307.1º56.71%64.31%-
XYZ23.3114.731.75-
YUV108.16153.31167.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 71 (28.12% from 255) = 18.30%
BLUE value IS 153 (60.16% from 255) = 39.43%
R=42.27%
G=18.30%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647115300.570.070.36307.139.5746.08
HexA44799039724133282e
Octal2441072310717444635056
Binary101001001000111100110010111001111100100100110011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44799; }

 p { color: rgb(164,71,153); }

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

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

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

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

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

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

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