#A45593

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

Shades of Violet Blue #A45593

Tints of Violet Blue #A45593

Color information

#A45593 (or 0xA45593) is unknown color: approx Violet Blue. HEX triplet: A4, 55 and 93. RGB value is (164,85,147). Sum of RGB (Red+Green+Blue) = 164+85+147=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A45593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45593 is #5BAA6C. Grayscale: #737373. Windows color (decimal): -6007405 or 9655716. OLE color: 9655716.

HSL color Cylindrical-coordinate representation of color #A45593: hue angle of 312.91º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A45593 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB16485147-
CMYK00.480.100.36
HSL312.91º31.73%48.82%-
HSV(B)312.91º48.17%64.31%-
XYZ23.8216.529.53-
YUV115.69145.67162.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 147 (57.81% from 255) = 37.12%
R=41.41%
G=21.46%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648514700.480.100.36312.9131.7348.82
HexA45593030A241392031
Octal24412522306012444714061
Binary1010010010101011001001101100001010100100100111001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45593; }

 p { color: rgb(164,85,147); }

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

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

 a { background-color: rgb(164,85,147); }

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

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

 span { border-color: rgb(164,85,147); }

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