#A45996

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

Shades of Violet Blue #A45996

Tints of Violet Blue #A45996

Color information

#A45996 (or 0xA45996) is unknown color: approx Violet Blue. HEX triplet: A4, 59 and 96. RGB value is (164,89,150). Sum of RGB (Red+Green+Blue) = 164+89+150=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A45996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45996 is #5BA669. Grayscale: #767676. Windows color (decimal): -6006378 or 9853348. OLE color: 9853348.

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

Color convert

RGB16489150-
CMYK00.460.090.36
HSL311.2º29.64%49.61%-
HSV(B)311.2º45.73%64.31%-
XYZ24.3917.2430.9-
YUV118.38145.85160.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=40.69%
G=22.08%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648915000.460.090.36311.229.6449.61
HexA4599602E9241371e32
Octal24413122605611444673662
Binary101001001011001100101100101110100110010010011011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45996; }

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

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

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

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

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

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

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

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