#A978A1

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

Shades of Bouquet #A978A1

Tints of Bouquet #A978A1

Color information

#A978A1 (or 0xA978A1) is unknown color: approx Bouquet. HEX triplet: A9, 78 and A1. RGB value is (169,120,161). Sum of RGB (Red+Green+Blue) = 169+120+161=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A978A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A978A1 is #56875E. Grayscale: #8B8B8B. Windows color (decimal): -5670751 or 10582185. OLE color: 10582185.

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

Color convert

RGB169120161-
CMYK00.290.050.34
HSL309.8º22.17%56.67%-
HSV(B)309.8º28.99%66.27%-
XYZ29.5124.4436.88-
YUV139.32140.23149.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 161 (63.28% from 255) = 35.78%
R=37.56%
G=26.67%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912016100.290.050.34309.822.1756.67
HexA978A101D5221361639
Octal2511702410355424662671
Binary1010100111110001010000101110110110001010011011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978A1; }

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

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

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

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

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

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

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

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