#A77098

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

Shades of Bouquet #A77098

Tints of Bouquet #A77098

Color information

#A77098 (or 0xA77098) is unknown color: approx Bouquet. HEX triplet: A7, 70 and 98. RGB value is (167,112,152). Sum of RGB (Red+Green+Blue) = 167+112+152=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 167 - color contains mainly: red. Hex color #A77098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77098 is #588F67. Grayscale: #848484. Windows color (decimal): -5803880 or 9990311. OLE color: 9990311.

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

Color convert

RGB167112152-
CMYK00.330.090.35
HSL316.36º23.81%54.71%-
HSV(B)316.36º32.93%65.49%-
XYZ27.422.0732.52-
YUV133138.72152.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.75%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=38.75%
G=25.99%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711215200.330.090.35316.3623.8154.71
HexA7709802192313c1837
Octal24716023004111434743067
Binary101001111110000100110000100001100110001110011110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77098; }

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

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

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

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

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

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

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

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