#A45492

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

Shades of Violet Blue #A45492

Tints of Violet Blue #A45492

Color information

#A45492 (or 0xA45492) is unknown color: approx Violet Blue. HEX triplet: A4, 54 and 92. RGB value is (164,84,146). Sum of RGB (Red+Green+Blue) = 164+84+146=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A45492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45492 is #5BAB6D. Grayscale: #727272. Windows color (decimal): -6007662 or 9589924. OLE color: 9589924.

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

Color convert

RGB16484146-
CMYK00.490.110.36
HSL313.5º32.26%48.63%-
HSV(B)313.5º48.78%64.31%-
XYZ23.6716.3129.09-
YUV114.99145.5162.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=41.62%
G=21.32%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648414600.490.110.36313.532.2648.63
HexA45492031B2413a2031
Octal24412422206113444724061
Binary1010010010101001001001001100011011100100100111010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45492; }

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

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

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

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

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

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

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

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