#A44897

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

Shades of Violet Blue #A44897

Tints of Violet Blue #A44897

Color information

#A44897 (or 0xA44897) is unknown color: approx Violet Blue. HEX triplet: A4, 48 and 97. RGB value is (164,72,151). Sum of RGB (Red+Green+Blue) = 164+72+151=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A44897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44897 is #5BB768. Grayscale: #6C6C6C. Windows color (decimal): -6010729 or 9914532. OLE color: 9914532.

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

Color convert

RGB16472151-
CMYK00.560.080.36
HSL308.48º38.98%46.27%-
HSV(B)308.48º56.1%64.31%-
XYZ23.2114.7630.9-
YUV108.51151.98167.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 151 (59.38% from 255) = 39.02%
R=42.38%
G=18.60%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647215100.560.080.36308.4838.9846.27
HexA44897038824134272e
Octal24411022707010444644756
Binary1010010010010001001011101110001000100100100110100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44897; }

 p { color: rgb(164,72,151); }

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

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

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

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

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

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

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