#A47E98

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

Shades of Bouquet #A47E98

Tints of Bouquet #A47E98

Color information

#A47E98 (or 0xA47E98) is unknown color: approx Bouquet. HEX triplet: A4, 7E and 98. RGB value is (164,126,152). Sum of RGB (Red+Green+Blue) = 164+126+152=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47E98 is #5B8167. Grayscale: #8C8C8C. Windows color (decimal): -5996904 or 9993892. OLE color: 9993892.

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

Color convert

RGB164126152-
CMYK00.230.070.36
HSL318.95º17.27%56.86%-
HSV(B)318.95º23.17%64.31%-
XYZ28.4425.0833.05-
YUV140.33134.59144.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 152 (59.77% from 255) = 34.39%
R=37.10%
G=28.51%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412615200.230.070.36318.9517.2756.86
HexA47E9801772413f1139
Octal2441762300277444772171
Binary1010010011111101001100001011111110010010011111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E98; }

 p { color: rgb(164,126,152); }

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

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

 a { background-color: rgb(164,126,152); }

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

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

 span { border-color: rgb(164,126,152); }

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