#A77B9E

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

Shades of Bouquet #A77B9E

Tints of Bouquet #A77B9E

Color information

#A77B9E (or 0xA77B9E) is unknown color: approx Bouquet. HEX triplet: A7, 7B and 9E. RGB value is (167,123,158). Sum of RGB (Red+Green+Blue) = 167+123+158=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77B9E is #588461. Grayscale: #8C8C8C. Windows color (decimal): -5801058 or 10386343. OLE color: 10386343.

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

Color convert

RGB167123158-
CMYK00.260.050.35
HSL312.27º20%56.86%-
HSV(B)312.27º26.35%65.49%-
XYZ29.1924.8535.61-
YUV140.15138.08147.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=37.28%
G=27.46%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712315800.260.050.35312.272056.86
HexA77B9E01A5231381439
Octal2471732360325434702471
Binary1010011111110111001111001101010110001110011100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77B9E; }

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

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

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

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

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

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

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

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