#A54998

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

Shades of Violet Blue #A54998

Tints of Violet Blue #A54998

Color information

#A54998 (or 0xA54998) is unknown color: approx Violet Blue. HEX triplet: A5, 49 and 98. RGB value is (165,73,152). Sum of RGB (Red+Green+Blue) = 165+73+152=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A54998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54998 is #5AB667. Grayscale: #6D6D6D. Windows color (decimal): -5944936 or 9980325. OLE color: 9980325.

HSL color Cylindrical-coordinate representation of color #A54998: hue angle of 308.48º 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 #A54998 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16573152-
CMYK00.560.080.35
HSL308.48º38.66%46.67%-
HSV(B)308.48º55.76%64.71%-
XYZ23.5715.0331.36-
YUV109.51151.98167.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 152 (59.77% from 255) = 38.97%
R=42.31%
G=18.72%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657315200.560.080.35308.4838.6646.67
HexA54998038823134272f
Octal24511123007010434644757
Binary1010010110010011001100001110001000100011100110100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54998; }

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

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

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

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

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

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

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

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