#A27C94

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

Shades of Bouquet #A27C94

Tints of Bouquet #A27C94

Color information

#A27C94 (or 0xA27C94) is unknown color: approx Bouquet. HEX triplet: A2, 7C and 94. RGB value is (162,124,148). Sum of RGB (Red+Green+Blue) = 162+124+148=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C94 is #5D836B. Grayscale: #8A8A8A. Windows color (decimal): -6128492 or 9731234. OLE color: 9731234.

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

Color convert

RGB162124148-
CMYK00.230.090.36
HSL322.11º16.96%56.08%-
HSV(B)322.11º23.46%63.53%-
XYZ27.4524.2331.25-
YUV138.1133.59145.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 124 (48.83% from 255) = 28.57%
BLUE value IS 148 (58.20% from 255) = 34.10%
R=37.33%
G=28.57%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212414800.230.090.36322.1116.9656.08
HexA27C940179241421138
Octal24217422402711445022170
Binary10100010111110010010100010111100110010010100001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C94; }

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

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

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

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

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

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

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

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