#A87DA3

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

Shades of Bouquet #A87DA3

Tints of Bouquet #A87DA3

Color information

#A87DA3 (or 0xA87DA3) is unknown color: approx Bouquet. HEX triplet: A8, 7D and A3. RGB value is (168,125,163). Sum of RGB (Red+Green+Blue) = 168+125+163=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 168 - color contains mainly: red. Hex color #A87DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87DA3 is #57825C. Grayscale: #8E8E8E. Windows color (decimal): -5735005 or 10714536. OLE color: 10714536.

HSL color Cylindrical-coordinate representation of color #A87DA3: hue angle of 306.98º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A87DA3 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB168125163-
CMYK00.260.030.34
HSL306.98º19.82%57.45%-
HSV(B)306.98º25.6%65.88%-
XYZ30.0925.6438.01-
YUV142.19139.75146.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.84%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 163 (64.06% from 255) = 35.75%
R=36.84%
G=27.41%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812516300.260.030.34306.9819.8257.45
HexA87DA301A3221331439
Octal2501752430323424632471
Binary101010001111101101000110110101110001010011001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DA3; }

 p { color: rgb(168,125,163); }

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

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

 a { background-color: rgb(168,125,163); }

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

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

 span { border-color: rgb(168,125,163); }

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