#A8759E

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

Shades of Bouquet #A8759E

Tints of Bouquet #A8759E

Color information

#A8759E (or 0xA8759E) is unknown color: approx Bouquet. HEX triplet: A8, 75 and 9E. RGB value is (168,117,158). Sum of RGB (Red+Green+Blue) = 168+117+158=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 168 - color contains mainly: red. Hex color #A8759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8759E is #578A61. Grayscale: #888888. Windows color (decimal): -5737058 or 10384808. OLE color: 10384808.

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

Color convert

RGB168117158-
CMYK00.300.060.34
HSL311.76º22.67%55.88%-
HSV(B)311.76º30.36%65.88%-
XYZ28.6823.5235.38-
YUV136.92139.9150.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=37.92%
G=26.41%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811715800.300.060.34311.7622.6755.88
HexA8759E01E6221381738
Octal2501652360366424702770
Binary1010100011101011001111001111011010001010011100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8759E; }

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

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

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

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

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

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

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

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