#A27F93

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

Shades of Bouquet #A27F93

Tints of Bouquet #A27F93

Color information

#A27F93 (or 0xA27F93) is unknown color: approx Bouquet. HEX triplet: A2, 7F and 93. RGB value is (162,127,147). Sum of RGB (Red+Green+Blue) = 162+127+147=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27F93 is #5D806C. Grayscale: #8B8B8B. Windows color (decimal): -6127725 or 9666466. OLE color: 9666466.

HSL color Cylindrical-coordinate representation of color #A27F93: hue angle of 325.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27F93 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162127147-
CMYK00.220.090.36
HSL325.71º15.84%56.67%-
HSV(B)325.71º21.6%63.53%-
XYZ27.7624.9730.96-
YUV139.74132.1143.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=37.16%
G=29.13%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212714700.220.090.36325.7115.8456.67
HexA27F930169241461039
Octal24217722302611445062071
Binary10100010111111110010011010110100110010010100011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F93; }

 p { color: rgb(162,127,147); }

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

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

 a { background-color: rgb(162,127,147); }

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

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

 span { border-color: rgb(162,127,147); }

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