#A57E98

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

Shades of Bouquet #A57E98

Tints of Bouquet #A57E98

Color information

#A57E98 (or 0xA57E98) is unknown color: approx Bouquet. HEX triplet: A5, 7E and 98. RGB value is (165,126,152). Sum of RGB (Red+Green+Blue) = 165+126+152=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57E98 is #5A8167. Grayscale: #8C8C8C. Windows color (decimal): -5931368 or 9993893. OLE color: 9993893.

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

Color convert

RGB165126152-
CMYK00.240.080.35
HSL320º17.81%57.06%-
HSV(B)320º23.64%64.71%-
XYZ28.6525.1933.06-
YUV140.62134.42145.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 152 (59.77% from 255) = 34.31%
R=37.25%
G=28.44%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512615200.240.080.3532017.8157.06
HexA57E980188231401239
Octal24517623003010435002271
Binary10100101111111010011000011000100010001110100000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E98; }

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

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

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

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

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

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

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

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