#A57199

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

Shades of Bouquet #A57199

Tints of Bouquet #A57199

Color information

#A57199 (or 0xA57199) is unknown color: approx Bouquet. HEX triplet: A5, 71 and 99. RGB value is (165,113,153). Sum of RGB (Red+Green+Blue) = 165+113+153=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 165 - color contains mainly: red. Hex color #A57199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57199 is #5A8E66. Grayscale: #858585. Windows color (decimal): -5934695 or 10056101. OLE color: 10056101.

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

Color convert

RGB165113153-
CMYK00.320.070.35
HSL313.85º22.41%54.51%-
HSV(B)313.85º31.52%64.71%-
XYZ27.1722.1132.97-
YUV133.11139.23150.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=38.28%
G=26.22%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511315300.320.070.35313.8522.4154.51
HexA5719902072313a1637
Octal2451612310407434722667
Binary10100101111000110011001010000011110001110011101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57199; }

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

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

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

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

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

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

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

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