#A27C95

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

Shades of Bouquet #A27C95

Tints of Bouquet #A27C95

Color information

#A27C95 (or 0xA27C95) is unknown color: approx Bouquet. HEX triplet: A2, 7C and 95. RGB value is (162,124,149). Sum of RGB (Red+Green+Blue) = 162+124+149=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C95 is #5D836A. Grayscale: #8A8A8A. Windows color (decimal): -6128491 or 9796770. OLE color: 9796770.

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

Color convert

RGB162124149-
CMYK00.230.080.36
HSL320.53º16.96%56.08%-
HSV(B)320.53º23.46%63.53%-
XYZ27.5324.2731.67-
YUV138.21134.09144.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=37.24%
G=28.51%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212414900.230.080.36320.5316.9656.08
HexA27C950178241411138
Octal24217422502710445012170
Binary10100010111110010010101010111100010010010100000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C95; }

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

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

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

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

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

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

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

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