#A54C99

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

Shades of Violet Blue #A54C99

Tints of Violet Blue #A54C99

Color information

#A54C99 (or 0xA54C99) is unknown color: approx Violet Blue. HEX triplet: A5, 4C and 99. RGB value is (165,76,153). Sum of RGB (Red+Green+Blue) = 165+76+153=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54C99 is #5AB366. Grayscale: #6F6F6F. Windows color (decimal): -5944167 or 10046629. OLE color: 10046629.

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

Color convert

RGB16576153-
CMYK00.540.070.35
HSL308.09º36.93%47.25%-
HSV(B)308.09º53.94%64.71%-
XYZ23.8515.4731.87-
YUV111.39151.49166.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 76 (30.08% from 255) = 19.29%
BLUE value IS 153 (60.16% from 255) = 38.83%
R=41.88%
G=19.29%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657615300.540.070.35308.0936.9347.25
HexA54C99036723134252f
Octal2451142310667434644557
Binary101001011001100100110010110110111100011100110100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54C99; }

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

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

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

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

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

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

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

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