#A27A97

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

Shades of Bouquet #A27A97

Tints of Bouquet #A27A97

Color information

#A27A97 (or 0xA27A97) is unknown color: approx Bouquet. HEX triplet: A2, 7A and 97. RGB value is (162,122,151). Sum of RGB (Red+Green+Blue) = 162+122+151=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27A97 is #5D8568. Grayscale: #898989. Windows color (decimal): -6129001 or 9927330. OLE color: 9927330.

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

Color convert

RGB162122151-
CMYK00.250.070.36
HSL316.5º17.7%55.69%-
HSV(B)316.5º24.69%63.53%-
XYZ27.4523.8332.43-
YUV137.27135.75145.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 151 (59.38% from 255) = 34.71%
R=37.24%
G=28.05%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212215100.250.070.36316.517.755.69
HexA27A9701972413c1238
Octal2421722270317444742270
Binary1010001011110101001011101100111110010010011110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27A97; }

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

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

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

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

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

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

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

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