#A973A0

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

Shades of Bouquet #A973A0

Tints of Bouquet #A973A0

Color information

#A973A0 (or 0xA973A0) is unknown color: approx Bouquet. HEX triplet: A9, 73 and A0. RGB value is (169,115,160). Sum of RGB (Red+Green+Blue) = 169+115+160=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A973A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A973A0 is #568C5F. Grayscale: #888888. Windows color (decimal): -5672032 or 10515369. OLE color: 10515369.

HSL color Cylindrical-coordinate representation of color #A973A0: hue angle of 310º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A973A0 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB169115160-
CMYK00.320.050.34
HSL310º23.89%55.69%-
HSV(B)310º31.95%66.27%-
XYZ28.8423.2336.22-
YUV136.28141.39151.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 115 (45.31% from 255) = 25.90%
BLUE value IS 160 (62.89% from 255) = 36.04%
R=38.06%
G=25.90%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911516000.320.050.3431023.8955.69
HexA973A00205221361838
Octal2511632400405424663070
Binary10101001111001110100000010000010110001010011011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973A0; }

 p { color: rgb(169,115,160); }

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

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

 a { background-color: rgb(169,115,160); }

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

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

 span { border-color: rgb(169,115,160); }

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