#A45E96

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

Shades of Violet Blue #A45E96

Tints of Violet Blue #A45E96

Color information

#A45E96 (or 0xA45E96) is unknown color: approx Violet Blue. HEX triplet: A4, 5E and 96. RGB value is (164,94,150). Sum of RGB (Red+Green+Blue) = 164+94+150=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45E96 is #5BA169. Grayscale: #797979. Windows color (decimal): -6005098 or 9854628. OLE color: 9854628.

HSL color Cylindrical-coordinate representation of color #A45E96: hue angle of 312º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A45E96 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16494150-
CMYK00.430.090.36
HSL312º27.78%50.59%-
HSV(B)312º42.68%64.31%-
XYZ24.8218.131.04-
YUV121.31144.19158.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 94 (37.11% from 255) = 23.04%
BLUE value IS 150 (58.98% from 255) = 36.76%
R=40.20%
G=23.04%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649415000.430.090.3631227.7850.59
HexA45E9602B9241381c33
Octal24413622605311444703463
Binary101001001011110100101100101011100110010010011100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45E96; }

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

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

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

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

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

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

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

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