#A54599

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

Shades of Violet Blue #A54599

Tints of Violet Blue #A54599

Color information

#A54599 (or 0xA54599) is unknown color: approx Violet Blue. HEX triplet: A5, 45 and 99. RGB value is (165,69,153). Sum of RGB (Red+Green+Blue) = 165+69+153=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A54599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54599 is #5ABA66. Grayscale: #6B6B6B. Windows color (decimal): -5945959 or 10044837. OLE color: 10044837.

HSL color Cylindrical-coordinate representation of color #A54599: hue angle of 307.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54599 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16569153-
CMYK00.580.070.35
HSL307.5º41.03%45.88%-
HSV(B)307.5º58.18%64.71%-
XYZ23.3914.5631.71-
YUV107.28153.8169.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 69 (27.34% from 255) = 17.83%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=42.64%
G=17.83%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656915300.580.070.35307.541.0345.88
HexA5459903A723134292e
Octal2451052310727434645156
Binary101001011000101100110010111010111100011100110100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54599; }

 p { color: rgb(165,69,153); }

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

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

 a { background-color: rgb(165,69,153); }

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

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

 span { border-color: rgb(165,69,153); }

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