#A776A1

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

Shades of Bouquet #A776A1

Tints of Bouquet #A776A1

Color information

#A776A1 (or 0xA776A1) is unknown color: approx Bouquet. HEX triplet: A7, 76 and A1. RGB value is (167,118,161). Sum of RGB (Red+Green+Blue) = 167+118+161=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 167 - color contains mainly: red. Hex color #A776A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A776A1 is #58895E. Grayscale: #898989. Windows color (decimal): -5802335 or 10581671. OLE color: 10581671.

HSL color Cylindrical-coordinate representation of color #A776A1: hue angle of 307.35º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A776A1 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB167118161-
CMYK00.290.040.35
HSL307.35º21.78%55.88%-
HSV(B)307.35º29.34%65.49%-
XYZ28.8523.7536.78-
YUV137.55141.23149-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.44%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=37.44%
G=26.46%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711816100.290.040.35307.3521.7855.88
HexA776A101D4231331638
Octal2471662410354434632670
Binary1010011111101101010000101110110010001110011001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A776A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A776A1; }

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

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

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

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

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

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

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

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