#A56D97

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

Shades of Bouquet #A56D97

Tints of Bouquet #A56D97

Color information

#A56D97 (or 0xA56D97) is unknown color: approx Bouquet. HEX triplet: A5, 6D and 97. RGB value is (165,109,151). Sum of RGB (Red+Green+Blue) = 165+109+151=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D97 is #5A9268. Grayscale: #828282. Windows color (decimal): -5935721 or 9924005. OLE color: 9924005.

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

Color convert

RGB165109151-
CMYK00.340.080.35
HSL315º23.73%53.73%-
HSV(B)315º33.94%64.71%-
XYZ26.5721.1731.96-
YUV130.53139.55152.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=38.82%
G=25.65%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510915100.340.080.3531523.7353.73
HexA56D9702282313b1836
Octal24515522704210434733066
Binary101001011101101100101110100010100010001110011101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D97; }

 p { color: rgb(165,109,151); }

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

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

 a { background-color: rgb(165,109,151); }

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

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

 span { border-color: rgb(165,109,151); }

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