#A8759D

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

Shades of Bouquet #A8759D

Tints of Bouquet #A8759D

Color information

#A8759D (or 0xA8759D) is unknown color: approx Bouquet. HEX triplet: A8, 75 and 9D. RGB value is (168,117,157). Sum of RGB (Red+Green+Blue) = 168+117+157=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 168 - color contains mainly: red. Hex color #A8759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8759D is #578A62. Grayscale: #888888. Windows color (decimal): -5737059 or 10319272. OLE color: 10319272.

HSL color Cylindrical-coordinate representation of color #A8759D: hue angle of 312.94º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8759D is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB168117157-
CMYK00.300.070.34
HSL312.94º22.67%55.88%-
HSV(B)312.94º30.36%65.88%-
XYZ28.623.4834.92-
YUV136.81139.4150.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.01%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=38.01%
G=26.47%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811715700.300.070.34312.9422.6755.88
HexA8759D01E7221391738
Octal2501652350367424712770
Binary1010100011101011001110101111011110001010011100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8759D; }

 p { color: rgb(168,117,157); }

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

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

 a { background-color: rgb(168,117,157); }

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

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

 span { border-color: rgb(168,117,157); }

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