#A77D9E

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

Shades of Bouquet #A77D9E

Tints of Bouquet #A77D9E

Color information

#A77D9E (or 0xA77D9E) is unknown color: approx Bouquet. HEX triplet: A7, 7D and 9E. RGB value is (167,125,158). Sum of RGB (Red+Green+Blue) = 167+125+158=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77D9E is #588261. Grayscale: #8D8D8D. Windows color (decimal): -5800546 or 10386855. OLE color: 10386855.

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

Color convert

RGB167125158-
CMYK00.250.050.35
HSL312.86º19.27%57.25%-
HSV(B)312.86º25.15%65.49%-
XYZ29.4425.3535.69-
YUV141.32137.41146.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.11%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=37.11%
G=27.78%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712515800.250.050.35312.8619.2757.25
HexA77D9E0195231391339
Octal2471752360315434712371
Binary1010011111111011001111001100110110001110011100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77D9E; }

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

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

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

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

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

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

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

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