#A87F98

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

Shades of Bouquet #A87F98

Tints of Bouquet #A87F98

Color information

#A87F98 (or 0xA87F98) is unknown color: approx Bouquet. HEX triplet: A8, 7F and 98. RGB value is (168,127,152). Sum of RGB (Red+Green+Blue) = 168+127+152=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F98 is #578067. Grayscale: #8E8E8E. Windows color (decimal): -5734504 or 9994152. OLE color: 9994152.

HSL color Cylindrical-coordinate representation of color #A87F98: hue angle of 323.41º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A87F98 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB168127152-
CMYK00.240.100.34
HSL323.41º19.07%57.84%-
HSV(B)323.41º24.4%65.88%-
XYZ29.4125.7733.13-
YUV142.11133.58146.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.58%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=37.58%
G=28.41%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812715200.240.100.34323.4119.0757.84
HexA87F98018A22143133a
Octal25017723003012425032372
Binary10101000111111110011000011000101010001010100001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F98; }

 p { color: rgb(168,127,152); }

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

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

 a { background-color: rgb(168,127,152); }

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

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

 span { border-color: rgb(168,127,152); }

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