#A57B9A

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

Shades of Bouquet #A57B9A

Tints of Bouquet #A57B9A

Color information

#A57B9A (or 0xA57B9A) is unknown color: approx Bouquet. HEX triplet: A5, 7B and 9A. RGB value is (165,123,154). Sum of RGB (Red+Green+Blue) = 165+123+154=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57B9A is #5A8465. Grayscale: #8B8B8B. Windows color (decimal): -5932134 or 10124197. OLE color: 10124197.

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

Color convert

RGB165123154-
CMYK00.250.070.35
HSL315.71º18.92%56.47%-
HSV(B)315.71º25.45%64.71%-
XYZ28.4324.533.8-
YUV139.09136.41146.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.33%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 154 (60.55% from 255) = 34.84%
R=37.33%
G=27.83%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512315400.250.070.35315.7118.9256.47
HexA57B9A01972313c1338
Octal2451732320317434742370
Binary1010010111110111001101001100111110001110011110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B9A; }

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

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

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

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

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

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

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

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