#A8719F

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

Shades of Bouquet #A8719F

Tints of Bouquet #A8719F

Color information

#A8719F (or 0xA8719F) is unknown color: approx Bouquet. HEX triplet: A8, 71 and 9F. RGB value is (168,113,159). Sum of RGB (Red+Green+Blue) = 168+113+159=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 168 - color contains mainly: red. Hex color #A8719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8719F is #578E60. Grayscale: #868686. Windows color (decimal): -5738081 or 10449320. OLE color: 10449320.

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

Color convert

RGB168113159-
CMYK00.330.050.34
HSL309.82º24.02%55.1%-
HSV(B)309.82º32.74%65.88%-
XYZ28.3122.6435.68-
YUV134.69141.72151.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=38.18%
G=25.68%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811315900.330.050.34309.8224.0255.1
HexA8719F0215221361837
Octal2501612370415424663067
Binary10101000111000110011111010000110110001010011011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8719F; }

 p { color: rgb(168,113,159); }

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

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

 a { background-color: rgb(168,113,159); }

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

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

 span { border-color: rgb(168,113,159); }

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