#A87194

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

Shades of Bouquet #A87194

Tints of Bouquet #A87194

Color information

#A87194 (or 0xA87194) is unknown color: approx Bouquet. HEX triplet: A8, 71 and 94. RGB value is (168,113,148). Sum of RGB (Red+Green+Blue) = 168+113+148=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A87194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87194 is #578E6B. Grayscale: #858585. Windows color (decimal): -5738092 or 9728424. OLE color: 9728424.

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

Color convert

RGB168113148-
CMYK00.330.120.34
HSL321.82º24.02%55.1%-
HSV(B)321.82º32.74%65.88%-
XYZ27.422.2730.87-
YUV133.44136.22152.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=39.16%
G=26.34%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811314800.330.120.34321.8224.0255.1
HexA87194021C221421837
Octal25016122404114425023067
Binary101010001110001100101000100001110010001010100001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87194; }

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

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

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

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

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

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

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

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