#A54897

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

Shades of Violet Blue #A54897

Tints of Violet Blue #A54897

Color information

#A54897 (or 0xA54897) is unknown color: approx Violet Blue. HEX triplet: A5, 48 and 97. RGB value is (165,72,151). Sum of RGB (Red+Green+Blue) = 165+72+151=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A54897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54897 is #5AB768. Grayscale: #6C6C6C. Windows color (decimal): -5945193 or 9914533. OLE color: 9914533.

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

Color convert

RGB16572151-
CMYK00.560.080.35
HSL309.03º39.24%46.47%-
HSV(B)309.03º56.36%64.71%-
XYZ23.4214.8730.91-
YUV108.81151.81168.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 72 (28.52% from 255) = 18.56%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=42.53%
G=18.56%
B=38.92%

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
Decimal1657215100.560.080.35309.0339.2446.47
HexA54897038823135272e
Octal24511022707010434654756
Binary1010010110010001001011101110001000100011100110101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54897; }

 p { color: rgb(165,72,151); }

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

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

 a { background-color: rgb(165,72,151); }

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

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

 span { border-color: rgb(165,72,151); }

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