#A56F97

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

Shades of Bouquet #A56F97

Tints of Bouquet #A56F97

Color information

#A56F97 (or 0xA56F97) is unknown color: approx Bouquet. HEX triplet: A5, 6F and 97. RGB value is (165,111,151). Sum of RGB (Red+Green+Blue) = 165+111+151=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F97 is #5A9068. Grayscale: #838383. Windows color (decimal): -5935209 or 9924517. OLE color: 9924517.

HSL color Cylindrical-coordinate representation of color #A56F97: hue angle of 315.56º 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 #A56F97 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB165111151-
CMYK00.330.080.35
HSL315.56º23.08%54.12%-
HSV(B)315.56º32.73%64.71%-
XYZ26.7921.632.04-
YUV131.71138.89151.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=38.64%
G=26.00%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511115100.330.080.35315.5623.0854.12
HexA56F9702182313c1736
Octal24515722704110434742766
Binary101001011101111100101110100001100010001110011110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F97; }

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

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

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

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

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

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

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

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