#A96E98

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

Shades of Bouquet #A96E98

Tints of Bouquet #A96E98

Color information

#A96E98 (or 0xA96E98) is unknown color: approx Bouquet. HEX triplet: A9, 6E and 98. RGB value is (169,110,152). Sum of RGB (Red+Green+Blue) = 169+110+152=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E98 is #569167. Grayscale: #848484. Windows color (decimal): -5673320 or 9989801. OLE color: 9989801.

HSL color Cylindrical-coordinate representation of color #A96E98: hue angle of 317.29º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96E98 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB169110152-
CMYK00.350.100.34
HSL317.29º25.54%54.71%-
HSV(B)317.29º34.91%66.27%-
XYZ27.6121.8532.47-
YUV132.43139.05154.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.21%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=39.21%
G=25.52%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911015200.350.100.34317.2925.5454.71
HexA96E98023A2213d1a37
Octal25115623004312424753267
Binary101010011101110100110000100011101010001010011110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E98; }

 p { color: rgb(169,110,152); }

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

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

 a { background-color: rgb(169,110,152); }

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

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

 span { border-color: rgb(169,110,152); }

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