#A54D98

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

Shades of Violet Blue #A54D98

Tints of Violet Blue #A54D98

Color information

#A54D98 (or 0xA54D98) is unknown color: approx Violet Blue. HEX triplet: A5, 4D and 98. RGB value is (165,77,152). Sum of RGB (Red+Green+Blue) = 165+77+152=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54D98 is #5AB267. Grayscale: #6F6F6F. Windows color (decimal): -5943912 or 9981349. OLE color: 9981349.

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

Color convert

RGB16577152-
CMYK00.530.080.35
HSL308.86º36.36%47.45%-
HSV(B)308.86º53.33%64.71%-
XYZ23.8415.5731.46-
YUV111.86150.65165.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 77 (30.47% from 255) = 19.54%
BLUE value IS 152 (59.77% from 255) = 38.58%
R=41.88%
G=19.54%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657715200.530.080.35308.8636.3647.45
HexA54D98035823135242f
Octal24511523006510434654457
Binary1010010110011011001100001101011000100011100110101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D98; }

 p { color: rgb(165,77,152); }

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

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

 a { background-color: rgb(165,77,152); }

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

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

 span { border-color: rgb(165,77,152); }

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