#A05499

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

Shades of Violet Blue #A05499

Tints of Violet Blue #A05499

Color information

#A05499 (or 0xA05499) is unknown color: approx Violet Blue. HEX triplet: A0, 54 and 99. RGB value is (160,84,153). Sum of RGB (Red+Green+Blue) = 160+84+153=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A05499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05499 is #5FAB66. Grayscale: #727272. Windows color (decimal): -6269799 or 10048672. OLE color: 10048672.

HSL color Cylindrical-coordinate representation of color #A05499: hue angle of 305.53º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A05499 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16084153-
CMYK00.480.040.37
HSL305.53º31.15%47.84%-
HSV(B)305.53º47.5%62.75%-
XYZ23.4216.1132.01-
YUV114.59149.68160.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=40.30%
G=21.16%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608415300.480.040.37305.5331.1547.84
HexA054990304251321f30
Octal2401242310604454623760
Binary10100000101010010011001011000010010010110011001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05499; }

 p { color: rgb(160,84,153); }

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

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

 a { background-color: rgb(160,84,153); }

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

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

 span { border-color: rgb(160,84,153); }

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