#A5498F

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

Shades of Violet Blue #A5498F

Tints of Violet Blue #A5498F

Color information

#A5498F (or 0xA5498F) is unknown color: approx Violet Blue. HEX triplet: A5, 49 and 8F. RGB value is (165,73,143). Sum of RGB (Red+Green+Blue) = 165+73+143=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A5498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5498F is #5AB670. Grayscale: #6C6C6C. Windows color (decimal): -5944945 or 9390501. OLE color: 9390501.

HSL color Cylindrical-coordinate representation of color #A5498F: hue angle of 314.35º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5498F is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16573143-
CMYK00.560.130.35
HSL314.35º38.66%46.67%-
HSV(B)314.35º55.76%64.71%-
XYZ22.8614.7527.63-
YUV108.49147.48168.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 73 (28.91% from 255) = 19.16%
BLUE value IS 143 (56.25% from 255) = 37.53%
R=43.31%
G=19.16%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657314300.560.130.35314.3538.6646.67
HexA5498F038D2313a272f
Octal24511121707015434724757
Binary1010010110010011000111101110001101100011100111010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5498F; }

 p { color: rgb(165,73,143); }

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

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

 a { background-color: rgb(165,73,143); }

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

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

 span { border-color: rgb(165,73,143); }

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