#A56F96

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

Shades of Bouquet #A56F96

Tints of Bouquet #A56F96

Color information

#A56F96 (or 0xA56F96) is unknown color: approx Bouquet. HEX triplet: A5, 6F and 96. RGB value is (165,111,150). Sum of RGB (Red+Green+Blue) = 165+111+150=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F96 is #5A9069. Grayscale: #838383. Windows color (decimal): -5935210 or 9858981. OLE color: 9858981.

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

Color convert

RGB165111150-
CMYK00.330.090.35
HSL316.67º23.08%54.12%-
HSV(B)316.67º32.73%64.71%-
XYZ26.7121.5731.61-
YUV131.59138.39151.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 111 (43.75% from 255) = 26.06%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=38.73%
G=26.06%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511115000.330.090.35316.6723.0854.12
HexA56F9602192313d1736
Octal24515722604111434752766
Binary101001011101111100101100100001100110001110011110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F96; }

 p { color: rgb(165,111,150); }

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

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

 a { background-color: rgb(165,111,150); }

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

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

 span { border-color: rgb(165,111,150); }

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