#A787A0

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

Shades of Bouquet #A787A0

Tints of Bouquet #A787A0

Color information

#A787A0 (or 0xA787A0) is unknown color: approx Bouquet. HEX triplet: A7, 87 and A0. RGB value is (167,135,160). Sum of RGB (Red+Green+Blue) = 167+135+160=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 167 - color contains mainly: red. Hex color #A787A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A787A0 is #58785F. Grayscale: #939393. Windows color (decimal): -5797984 or 10520487. OLE color: 10520487.

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

Color convert

RGB167135160-
CMYK00.190.040.35
HSL313.12º15.38%59.22%-
HSV(B)313.12º19.16%65.49%-
XYZ30.9528.0837.05-
YUV147.42135.1141.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 135 (53.12% from 255) = 29.22%
BLUE value IS 160 (62.89% from 255) = 34.63%
R=36.15%
G=29.22%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713516000.190.040.35313.1215.3859.22
HexA787A0013423139f3b
Octal2472072400234434711773
Binary1010011110000111101000000100111001000111001110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A787A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A787A0; }

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

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

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

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

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

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

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

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