#A8749B

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

Shades of Bouquet #A8749B

Tints of Bouquet #A8749B

Color information

#A8749B (or 0xA8749B) is unknown color: approx Bouquet. HEX triplet: A8, 74 and 9B. RGB value is (168,116,155). Sum of RGB (Red+Green+Blue) = 168+116+155=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A8749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8749B is #578B64. Grayscale: #878787. Windows color (decimal): -5737317 or 10187944. OLE color: 10187944.

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

Color convert

RGB168116155-
CMYK00.310.080.34
HSL315º23.01%55.69%-
HSV(B)315º30.95%65.88%-
XYZ28.3123.1833.99-
YUV135.99138.73150.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=38.27%
G=26.42%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811615500.310.080.3431523.0155.69
HexA8749B01F82213b1738
Octal25016423303710424732770
Binary10101000111010010011011011111100010001010011101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8749B; }

 p { color: rgb(168,116,155); }

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

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

 a { background-color: rgb(168,116,155); }

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

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

 span { border-color: rgb(168,116,155); }

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