#A27E94

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

Shades of Bouquet #A27E94

Tints of Bouquet #A27E94

Color information

#A27E94 (or 0xA27E94) is unknown color: approx Bouquet. HEX triplet: A2, 7E and 94. RGB value is (162,126,148). Sum of RGB (Red+Green+Blue) = 162+126+148=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27E94 is #5D816B. Grayscale: #8B8B8B. Windows color (decimal): -6127980 or 9731746. OLE color: 9731746.

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

Color convert

RGB162126148-
CMYK00.220.090.36
HSL323.33º16.22%56.47%-
HSV(B)323.33º22.22%63.53%-
XYZ27.7124.7431.33-
YUV139.27132.93144.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 148 (58.20% from 255) = 33.94%
R=37.16%
G=28.90%
B=33.94%

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
Decimal16212614800.220.090.36323.3316.2256.47
HexA27E940169241431038
Octal24217622402611445032070
Binary10100010111111010010100010110100110010010100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27E94; }

 p { color: rgb(162,126,148); }

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

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

 a { background-color: rgb(162,126,148); }

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

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

 span { border-color: rgb(162,126,148); }

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