#A27C98

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

Shades of Bouquet #A27C98

Tints of Bouquet #A27C98

Color information

#A27C98 (or 0xA27C98) is unknown color: approx Bouquet. HEX triplet: A2, 7C and 98. RGB value is (162,124,152). Sum of RGB (Red+Green+Blue) = 162+124+152=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C98 is #5D8367. Grayscale: #8A8A8A. Windows color (decimal): -6128488 or 9993378. OLE color: 9993378.

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

Color convert

RGB162124152-
CMYK00.230.060.36
HSL315.79º16.96%56.08%-
HSV(B)315.79º23.46%63.53%-
XYZ27.7824.3632.94-
YUV138.55135.59144.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.99%
GREEN value IS 124 (48.83% from 255) = 28.31%
BLUE value IS 152 (59.77% from 255) = 34.70%
R=36.99%
G=28.31%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212415200.230.060.36315.7916.9656.08
HexA27C9801762413c1138
Octal2421742300276444742170
Binary1010001011111001001100001011111010010010011110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C98; }

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

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

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

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

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

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

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

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