#A57F9A

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

Shades of Bouquet #A57F9A

Tints of Bouquet #A57F9A

Color information

#A57F9A (or 0xA57F9A) is unknown color: approx Bouquet. HEX triplet: A5, 7F and 9A. RGB value is (165,127,154). Sum of RGB (Red+Green+Blue) = 165+127+154=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F9A is #5A8065. Grayscale: #8D8D8D. Windows color (decimal): -5931110 or 10125221. OLE color: 10125221.

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

Color convert

RGB165127154-
CMYK00.230.070.35
HSL317.37º17.43%57.25%-
HSV(B)317.37º23.03%64.71%-
XYZ28.9425.5133.97-
YUV141.44135.09144.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.00%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 154 (60.55% from 255) = 34.53%
R=37.00%
G=28.48%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512715400.230.070.35317.3717.4357.25
HexA57F9A01772313d1139
Octal2451772320277434752171
Binary1010010111111111001101001011111110001110011110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57F9A; }

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

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

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

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

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

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

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

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