#A87FA2

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

Shades of Bouquet #A87FA2

Tints of Bouquet #A87FA2

Color information

#A87FA2 (or 0xA87FA2) is unknown color: approx Bouquet. HEX triplet: A8, 7F and A2. RGB value is (168,127,162). Sum of RGB (Red+Green+Blue) = 168+127+162=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 168 - color contains mainly: red. Hex color #A87FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87FA2 is #57805D. Grayscale: #8F8F8F. Windows color (decimal): -5734494 or 10649512. OLE color: 10649512.

HSL color Cylindrical-coordinate representation of color #A87FA2: hue angle of 308.78º 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 #A87FA2 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB168127162-
CMYK00.240.040.34
HSL308.78º19.07%57.84%-
HSV(B)308.78º24.4%65.88%-
XYZ30.2626.1137.63-
YUV143.25138.58145.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 162 (63.67% from 255) = 35.45%
R=36.76%
G=27.79%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812716200.240.040.34308.7819.0757.84
HexA87FA2018422135133a
Octal2501772420304424652372
Binary1010100011111111010001001100010010001010011010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87FA2; }

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

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

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

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

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

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

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

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