#A56D96

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

Shades of Bouquet #A56D96

Tints of Bouquet #A56D96

Color information

#A56D96 (or 0xA56D96) is unknown color: approx Bouquet. HEX triplet: A5, 6D and 96. RGB value is (165,109,150). Sum of RGB (Red+Green+Blue) = 165+109+150=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D96 is #5A9269. Grayscale: #828282. Windows color (decimal): -5935722 or 9858469. OLE color: 9858469.

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

Color convert

RGB165109150-
CMYK00.340.090.35
HSL316.07º23.73%53.73%-
HSV(B)316.07º33.94%64.71%-
XYZ26.4921.1431.54-
YUV130.42139.05152.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 109 (42.97% from 255) = 25.71%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=38.92%
G=25.71%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510915000.340.090.35316.0723.7353.73
HexA56D9602292313c1836
Octal24515522604211434743066
Binary101001011101101100101100100010100110001110011110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D96; }

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

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

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

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

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

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

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

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