#A57F93

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

Shades of Bouquet #A57F93

Tints of Bouquet #A57F93

Color information

#A57F93 (or 0xA57F93) is unknown color: approx Bouquet. HEX triplet: A5, 7F and 93. RGB value is (165,127,147). Sum of RGB (Red+Green+Blue) = 165+127+147=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F93 is #5A806C. Grayscale: #8C8C8C. Windows color (decimal): -5931117 or 9666469. OLE color: 9666469.

HSL color Cylindrical-coordinate representation of color #A57F93: hue angle of 328.42º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A57F93 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB165127147-
CMYK00.230.110.35
HSL328.42º17.43%57.25%-
HSV(B)328.42º23.03%64.71%-
XYZ28.3725.2830.99-
YUV140.64131.59145.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=37.59%
G=28.93%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512714700.230.110.35328.4217.4357.25
HexA57F93017B231481139
Octal24517722302713435102171
Binary10100101111111110010011010111101110001110100100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F93; }

 p { color: rgb(165,127,147); }

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

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

 a { background-color: rgb(165,127,147); }

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

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

 span { border-color: rgb(165,127,147); }

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