#A77E98

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

Shades of Bouquet #A77E98

Tints of Bouquet #A77E98

Color information

#A77E98 (or 0xA77E98) is unknown color: approx Bouquet. HEX triplet: A7, 7E and 98. RGB value is (167,126,152). Sum of RGB (Red+Green+Blue) = 167+126+152=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77E98 is #588167. Grayscale: #8D8D8D. Windows color (decimal): -5800296 or 9993895. OLE color: 9993895.

HSL color Cylindrical-coordinate representation of color #A77E98: hue angle of 321.95º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A77E98 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB167126152-
CMYK00.250.090.35
HSL321.95º18.89%57.45%-
HSV(B)321.95º24.55%65.49%-
XYZ29.0625.433.08-
YUV141.22134.08146.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.53%
GREEN value IS 126 (49.61% from 255) = 28.31%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=37.53%
G=28.31%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712615200.250.090.35321.9518.8957.45
HexA77E980199231421339
Octal24717623003111435022371
Binary10100111111111010011000011001100110001110100001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77E98; }

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

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

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

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

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

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

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

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