#A96E9D

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

Shades of Bouquet #A96E9D

Tints of Bouquet #A96E9D

Color information

#A96E9D (or 0xA96E9D) is unknown color: approx Bouquet. HEX triplet: A9, 6E and 9D. RGB value is (169,110,157). Sum of RGB (Red+Green+Blue) = 169+110+157=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E9D is #569162. Grayscale: #848484. Windows color (decimal): -5673315 or 10317481. OLE color: 10317481.

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

Color convert

RGB169110157-
CMYK00.350.070.34
HSL312.2º25.54%54.71%-
HSV(B)312.2º34.91%66.27%-
XYZ28.0222.0234.67-
YUV133141.55153.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=38.76%
G=25.23%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911015700.350.070.34312.225.5454.71
HexA96E9D0237221381a37
Octal2511562350437424703267
Binary10101001110111010011101010001111110001010011100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E9D; }

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

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

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

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

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

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

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

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