#A17698

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

Shades of Bouquet #A17698

Tints of Bouquet #A17698

Color information

#A17698 (or 0xA17698) is unknown color: approx Bouquet. HEX triplet: A1, 76 and 98. RGB value is (161,118,152). Sum of RGB (Red+Green+Blue) = 161+118+152=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A17698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17698 is #5E8967. Grayscale: #868686. Windows color (decimal): -6195560 or 9991841. OLE color: 9991841.

HSL color Cylindrical-coordinate representation of color #A17698: hue angle of 312.56º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17698 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB161118152-
CMYK00.270.060.37
HSL312.56º18.61%54.71%-
HSV(B)312.56º26.71%63.14%-
XYZ26.8422.832.69-
YUV134.73137.75146.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=37.35%
G=27.38%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111815200.270.060.37312.5618.6154.71
HexA1769801B6251391337
Octal2411662300336454712367
Binary1010000111101101001100001101111010010110011100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17698; }

 p { color: rgb(161,118,152); }

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

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

 a { background-color: rgb(161,118,152); }

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

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

 span { border-color: rgb(161,118,152); }

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