#A5539F

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

Shades of Violet Blue #A5539F

Tints of Violet Blue #A5539F

Color information

#A5539F (or 0xA5539F) is unknown color: approx Violet Blue. HEX triplet: A5, 53 and 9F. RGB value is (165,83,159). Sum of RGB (Red+Green+Blue) = 165+83+159=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5539F is #5AAC60. Grayscale: #737373. Windows color (decimal): -5942369 or 10441637. OLE color: 10441637.

HSL color Cylindrical-coordinate representation of color #A5539F: hue angle of 304.39º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5539F is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16583159-
CMYK00.500.040.35
HSL304.39º33.06%48.63%-
HSV(B)304.39º49.7%64.71%-
XYZ24.8716.6934.71-
YUV116.18152.17162.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 83 (32.81% from 255) = 20.39%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=40.54%
G=20.39%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658315900.500.040.35304.3933.0648.63
HexA5539F0324231302131
Octal2451232370624434604161
Binary101001011010011100111110110010100100011100110000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5539F; }

 p { color: rgb(165,83,159); }

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

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

 a { background-color: rgb(165,83,159); }

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

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

 span { border-color: rgb(165,83,159); }

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