#A27E95

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

Shades of Bouquet #A27E95

Tints of Bouquet #A27E95

Color information

#A27E95 (or 0xA27E95) is unknown color: approx Bouquet. HEX triplet: A2, 7E and 95. RGB value is (162,126,149). Sum of RGB (Red+Green+Blue) = 162+126+149=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27E95 is #5D816A. Grayscale: #8B8B8B. Windows color (decimal): -6127979 or 9797282. OLE color: 9797282.

HSL color Cylindrical-coordinate representation of color #A27E95: hue angle of 321.67º 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 #A27E95 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB162126149-
CMYK00.220.080.36
HSL321.67º16.22%56.47%-
HSV(B)321.67º22.22%63.53%-
XYZ27.7924.7731.75-
YUV139.39133.43144.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=37.07%
G=28.83%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212614900.220.080.36321.6716.2256.47
HexA27E950168241421038
Octal24217622502610445022070
Binary10100010111111010010101010110100010010010100001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27E95; }

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

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

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

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

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

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

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

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