#A980A1

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

Shades of Bouquet #A980A1

Tints of Bouquet #A980A1

Color information

#A980A1 (or 0xA980A1) is unknown color: approx Bouquet. HEX triplet: A9, 80 and A1. RGB value is (169,128,161). Sum of RGB (Red+Green+Blue) = 169+128+161=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 169 - color contains mainly: red. Hex color #A980A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A980A1 is #567F5E. Grayscale: #8F8F8F. Windows color (decimal): -5668703 or 10584233. OLE color: 10584233.

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

Color convert

RGB169128161-
CMYK00.240.050.34
HSL311.71º19.25%58.24%-
HSV(B)311.71º24.26%66.27%-
XYZ30.5126.4537.21-
YUV144.02137.58145.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=36.90%
G=27.95%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912816100.240.050.34311.7119.2558.24
HexA980A1018522138133a
Octal2512002410305424702372
Binary10101001100000001010000101100010110001010011100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A980A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A980A1; }

 p { color: rgb(169,128,161); }

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

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

 a { background-color: rgb(169,128,161); }

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

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

 span { border-color: rgb(169,128,161); }

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