#A57B93

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

Shades of Bouquet #A57B93

Tints of Bouquet #A57B93

Color information

#A57B93 (or 0xA57B93) is unknown color: approx Bouquet. HEX triplet: A5, 7B and 93. RGB value is (165,123,147). Sum of RGB (Red+Green+Blue) = 165+123+147=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57B93 is #5A846C. Grayscale: #8A8A8A. Windows color (decimal): -5932141 or 9665445. OLE color: 9665445.

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

Color convert

RGB165123147-
CMYK00.250.110.35
HSL325.71º18.92%56.47%-
HSV(B)325.71º25.45%64.71%-
XYZ27.8724.2730.82-
YUV138.29132.91147.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 147 (57.81% from 255) = 33.79%
R=37.93%
G=28.28%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512314700.250.110.35325.7118.9256.47
HexA57B93019B231461338
Octal24517322303113435062370
Binary10100101111101110010011011001101110001110100011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B93; }

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

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

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

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

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

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

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

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