#A27197

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

Shades of Bouquet #A27197

Tints of Bouquet #A27197

Color information

#A27197 (or 0xA27197) is unknown color: approx Bouquet. HEX triplet: A2, 71 and 97. RGB value is (162,113,151). Sum of RGB (Red+Green+Blue) = 162+113+151=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A27197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27197 is #5D8E68. Grayscale: #838383. Windows color (decimal): -6131305 or 9925026. OLE color: 9925026.

HSL color Cylindrical-coordinate representation of color #A27197: hue angle of 313.47º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A27197 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB162113151-
CMYK00.300.070.36
HSL313.47º20.85%53.92%-
HSV(B)313.47º30.25%63.53%-
XYZ26.3921.7332.08-
YUV131.98138.73149.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 151 (59.38% from 255) = 35.45%
R=38.03%
G=26.53%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211315100.300.070.36313.4720.8553.92
HexA2719701E7241391536
Octal2421612270367444712566
Binary1010001011100011001011101111011110010010011100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27197; }

 p { color: rgb(162,113,151); }

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

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

 a { background-color: rgb(162,113,151); }

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

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

 span { border-color: rgb(162,113,151); }

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