#A77B9D

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

Shades of Bouquet #A77B9D

Tints of Bouquet #A77B9D

Color information

#A77B9D (or 0xA77B9D) is unknown color: approx Bouquet. HEX triplet: A7, 7B and 9D. RGB value is (167,123,157). Sum of RGB (Red+Green+Blue) = 167+123+157=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77B9D is #588462. Grayscale: #8B8B8B. Windows color (decimal): -5801059 or 10320807. OLE color: 10320807.

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

Color convert

RGB167123157-
CMYK00.260.060.35
HSL313.64º20%56.86%-
HSV(B)313.64º26.35%65.49%-
XYZ29.1124.8235.15-
YUV140.03137.58147.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.36%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=37.36%
G=27.52%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712315700.260.060.35313.642056.86
HexA77B9D01A62313a1439
Octal2471732350326434722471
Binary1010011111110111001110101101011010001110011101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77B9D; }

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

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

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

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

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

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

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

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