#A975A1

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

Shades of Bouquet #A975A1

Tints of Bouquet #A975A1

Color information

#A975A1 (or 0xA975A1) is unknown color: approx Bouquet. HEX triplet: A9, 75 and A1. RGB value is (169,117,161). Sum of RGB (Red+Green+Blue) = 169+117+161=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A975A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A975A1 is #568A5E. Grayscale: #898989. Windows color (decimal): -5671519 or 10581417. OLE color: 10581417.

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

Color convert

RGB169117161-
CMYK00.310.050.34
HSL309.23º23.21%56.08%-
HSV(B)309.23º30.77%66.27%-
XYZ29.1623.7336.76-
YUV137.56141.23150.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 161 (63.28% from 255) = 36.02%
R=37.81%
G=26.17%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911716100.310.050.34309.2323.2156.08
HexA975A101F5221351738
Octal2511652410375424652770
Binary1010100111101011010000101111110110001010011010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975A1; }

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

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

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

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

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

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

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

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