#A9719E

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

Shades of Bouquet #A9719E

Tints of Bouquet #A9719E

Color information

#A9719E (or 0xA9719E) is unknown color: approx Bouquet. HEX triplet: A9, 71 and 9E. RGB value is (169,113,158). Sum of RGB (Red+Green+Blue) = 169+113+158=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 169 - color contains mainly: red. Hex color #A9719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9719E is #568E61. Grayscale: #868686. Windows color (decimal): -5672546 or 10383785. OLE color: 10383785.

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

Color convert

RGB169113158-
CMYK00.330.070.34
HSL311.79º24.56%55.29%-
HSV(B)311.79º33.14%66.27%-
XYZ28.4422.7135.23-
YUV134.87141.05152.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=38.41%
G=25.68%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911315800.330.070.34311.7924.5655.29
HexA9719E0217221381937
Octal2511612360417424703167
Binary10101001111000110011110010000111110001010011100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9719E; }

 p { color: rgb(169,113,158); }

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

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

 a { background-color: rgb(169,113,158); }

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

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

 span { border-color: rgb(169,113,158); }

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