#A77D8F

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

Shades of Bouquet #A77D8F

Tints of Bouquet #A77D8F

Color information

#A77D8F (or 0xA77D8F) is unknown color: approx Bouquet. HEX triplet: A7, 7D and 8F. RGB value is (167,125,143). Sum of RGB (Red+Green+Blue) = 167+125+143=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77D8F is #588270. Grayscale: #8B8B8B. Windows color (decimal): -5800561 or 9403815. OLE color: 9403815.

HSL color Cylindrical-coordinate representation of color #A77D8F: hue angle of 334.29º 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 #A77D8F is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB167125143-
CMYK00.250.140.35
HSL334.29º19.27%57.25%-
HSV(B)334.29º25.15%65.49%-
XYZ28.2324.8729.3-
YUV139.61129.91147.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.39%
GREEN value IS 125 (49.22% from 255) = 28.74%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=38.39%
G=28.74%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712514300.250.140.35334.2919.2757.25
HexA77D8F019E2314e1339
Octal24717521703116435162371
Binary10100111111110110001111011001111010001110100111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77D8F; }

 p { color: rgb(167,125,143); }

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

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

 a { background-color: rgb(167,125,143); }

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

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

 span { border-color: rgb(167,125,143); }

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