#A777A0

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

Shades of Bouquet #A777A0

Tints of Bouquet #A777A0

Color information

#A777A0 (or 0xA777A0) is unknown color: approx Bouquet. HEX triplet: A7, 77 and A0. RGB value is (167,119,160). Sum of RGB (Red+Green+Blue) = 167+119+160=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 167 - color contains mainly: red. Hex color #A777A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A777A0 is #58885F. Grayscale: #898989. Windows color (decimal): -5802080 or 10516391. OLE color: 10516391.

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

Color convert

RGB167119160-
CMYK00.290.040.35
HSL308.75º21.43%56.08%-
HSV(B)308.75º28.74%65.49%-
XYZ28.8823.9536.36-
YUV138.03140.4148.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.44%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=37.44%
G=26.68%
B=35.87%

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
Decimal16711916000.290.040.35308.7521.4356.08
HexA777A001D4231351538
Octal2471672400354434652570
Binary1010011111101111010000001110110010001110011010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A777A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A777A0; }

 p { color: rgb(167,119,160); }

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

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

 a { background-color: rgb(167,119,160); }

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

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

 span { border-color: rgb(167,119,160); }

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