#A8719E

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

Shades of Bouquet #A8719E

Tints of Bouquet #A8719E

Color information

#A8719E (or 0xA8719E) is unknown color: approx Bouquet. HEX triplet: A8, 71 and 9E. RGB value is (168,113,158). Sum of RGB (Red+Green+Blue) = 168+113+158=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A8719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8719E is #578E61. Grayscale: #868686. Windows color (decimal): -5738082 or 10383784. OLE color: 10383784.

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

Color convert

RGB168113158-
CMYK00.330.060.34
HSL310.91º24.02%55.1%-
HSV(B)310.91º32.74%65.88%-
XYZ28.2322.635.22-
YUV134.57141.22151.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 113 (44.53% from 255) = 25.74%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=38.27%
G=25.74%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811315800.330.060.34310.9124.0255.1
HexA8719E0216221371837
Octal2501612360416424673067
Binary10101000111000110011110010000111010001010011011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8719E; }

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

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

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

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

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

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

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

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