#A45493

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

Shades of Violet Blue #A45493

Tints of Violet Blue #A45493

Color information

#A45493 (or 0xA45493) is unknown color: approx Violet Blue. HEX triplet: A4, 54 and 93. RGB value is (164,84,147). Sum of RGB (Red+Green+Blue) = 164+84+147=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A45493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45493 is #5BAB6C. Grayscale: #727272. Windows color (decimal): -6007661 or 9655460. OLE color: 9655460.

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

Color convert

RGB16484147-
CMYK00.490.100.36
HSL312.75º32.26%48.63%-
HSV(B)312.75º48.78%64.31%-
XYZ23.7516.3429.51-
YUV115.1146162.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=41.52%
G=21.27%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648414700.490.100.36312.7532.2648.63
HexA45493031A241392031
Octal24412422306112444714061
Binary1010010010101001001001101100011010100100100111001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45493; }

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

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

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

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

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

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

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

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