#A57498

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

Shades of Bouquet #A57498

Tints of Bouquet #A57498

Color information

#A57498 (or 0xA57498) is unknown color: approx Bouquet. HEX triplet: A5, 74 and 98. RGB value is (165,116,152). Sum of RGB (Red+Green+Blue) = 165+116+152=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 165 - color contains mainly: red. Hex color #A57498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57498 is #5A8B67. Grayscale: #868686. Windows color (decimal): -5933928 or 9991333. OLE color: 9991333.

HSL color Cylindrical-coordinate representation of color #A57498: hue angle of 315.92º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57498 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB165116152-
CMYK00.300.080.35
HSL315.92º21.4%55.1%-
HSV(B)315.92º29.7%64.71%-
XYZ27.4322.7632.65-
YUV134.76137.73149.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.11%
GREEN value IS 116 (45.70% from 255) = 26.79%
BLUE value IS 152 (59.77% from 255) = 35.10%
R=38.11%
G=26.79%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511615200.300.080.35315.9221.455.1
HexA5749801E82313c1537
Octal24516423003610434742567
Binary10100101111010010011000011110100010001110011110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57498; }

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

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

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

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

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

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

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

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