#A45997

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

Shades of Violet Blue #A45997

Tints of Violet Blue #A45997

Color information

#A45997 (or 0xA45997) is unknown color: approx Violet Blue. HEX triplet: A4, 59 and 97. RGB value is (164,89,151). Sum of RGB (Red+Green+Blue) = 164+89+151=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A45997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45997 is #5BA668. Grayscale: #767676. Windows color (decimal): -6006377 or 9918884. OLE color: 9918884.

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

Color convert

RGB16489151-
CMYK00.460.080.36
HSL310.4º29.64%49.61%-
HSV(B)310.4º45.73%64.31%-
XYZ24.4717.2731.32-
YUV118.49146.35160.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 151 (59.38% from 255) = 37.38%
R=40.59%
G=22.03%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648915100.460.080.36310.429.6449.61
HexA4599702E8241361e32
Octal24413122705610444663662
Binary101001001011001100101110101110100010010010011011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45997; }

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

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

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

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

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

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

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

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