#A27899

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

Shades of Bouquet #A27899

Tints of Bouquet #A27899

Color information

#A27899 (or 0xA27899) is unknown color: approx Bouquet. HEX triplet: A2, 78 and 99. RGB value is (162,120,153). Sum of RGB (Red+Green+Blue) = 162+120+153=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A27899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27899 is #5D8766. Grayscale: #888888. Windows color (decimal): -6129511 or 10057890. OLE color: 10057890.

HSL color Cylindrical-coordinate representation of color #A27899: hue angle of 312.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A27899 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162120153-
CMYK00.260.060.36
HSL312.86º18.42%55.29%-
HSV(B)312.86º25.93%63.53%-
XYZ27.3723.4133.21-
YUV136.32137.41146.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=37.24%
G=27.59%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212015300.260.060.36312.8618.4255.29
HexA2789901A6241391237
Octal2421702310326444712267
Binary1010001011110001001100101101011010010010011100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27899; }

 p { color: rgb(162,120,153); }

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

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

 a { background-color: rgb(162,120,153); }

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

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

 span { border-color: rgb(162,120,153); }

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