#A77BA1

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

Shades of Bouquet #A77BA1

Tints of Bouquet #A77BA1

Color information

#A77BA1 (or 0xA77BA1) is unknown color: approx Bouquet. HEX triplet: A7, 7B and A1. RGB value is (167,123,161). Sum of RGB (Red+Green+Blue) = 167+123+161=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 167 - color contains mainly: red. Hex color #A77BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77BA1 is #58845E. Grayscale: #8C8C8C. Windows color (decimal): -5801055 or 10582951. OLE color: 10582951.

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

Color convert

RGB167123161-
CMYK00.260.040.35
HSL308.18º20%56.86%-
HSV(B)308.18º26.35%65.49%-
XYZ29.4524.9536.98-
YUV140.49139.58146.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.03%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 161 (63.28% from 255) = 35.70%
R=37.03%
G=27.27%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712316100.260.040.35308.182056.86
HexA77BA101A4231341439
Octal2471732410324434642471
Binary1010011111110111010000101101010010001110011010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77BA1; }

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

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

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

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

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

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

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

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