#A77F9E

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

Shades of Bouquet #A77F9E

Tints of Bouquet #A77F9E

Color information

#A77F9E (or 0xA77F9E) is unknown color: approx Bouquet. HEX triplet: A7, 7F and 9E. RGB value is (167,127,158). Sum of RGB (Red+Green+Blue) = 167+127+158=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F9E is #588061. Grayscale: #8E8E8E. Windows color (decimal): -5800034 or 10387367. OLE color: 10387367.

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

Color convert

RGB167127158-
CMYK00.240.050.35
HSL313.5º18.52%57.65%-
HSV(B)313.5º23.95%65.49%-
XYZ29.725.8635.77-
YUV142.49136.75145.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.95%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=36.95%
G=28.10%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712715800.240.050.35313.518.5257.65
HexA77F9E01852313a133a
Octal2471772360305434722372
Binary1010011111111111001111001100010110001110011101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F9E; }

 p { color: rgb(167,127,158); }

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

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

 a { background-color: rgb(167,127,158); }

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

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

 span { border-color: rgb(167,127,158); }

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