#A56E99

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

Shades of Bouquet #A56E99

Tints of Bouquet #A56E99

Color information

#A56E99 (or 0xA56E99) is unknown color: approx Bouquet. HEX triplet: A5, 6E and 99. RGB value is (165,110,153). Sum of RGB (Red+Green+Blue) = 165+110+153=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56E99 is #5A9166. Grayscale: #838383. Windows color (decimal): -5935463 or 10055333. OLE color: 10055333.

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

Color convert

RGB165110153-
CMYK00.330.070.35
HSL313.09º23.4%53.92%-
HSV(B)313.09º33.33%64.71%-
XYZ26.8421.4532.86-
YUV131.35140.22152-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=38.55%
G=25.70%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511015300.330.070.35313.0923.453.92
HexA56E990217231391736
Octal2451562310417434712766
Binary10100101110111010011001010000111110001110011100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E99; }

 p { color: rgb(165,110,153); }

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

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

 a { background-color: rgb(165,110,153); }

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

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

 span { border-color: rgb(165,110,153); }

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