#A9758F

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

Shades of Bouquet #A9758F

Tints of Bouquet #A9758F

Color information

#A9758F (or 0xA9758F) is unknown color: approx Bouquet. HEX triplet: A9, 75 and 8F. RGB value is (169,117,143). Sum of RGB (Red+Green+Blue) = 169+117+143=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A9758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9758F is #568A70. Grayscale: #878787. Windows color (decimal): -5671537 or 9401769. OLE color: 9401769.

HSL color Cylindrical-coordinate representation of color #A9758F: hue angle of 330º 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 #A9758F is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB169117143-
CMYK00.310.150.34
HSL330º23.21%56.08%-
HSV(B)330º30.77%66.27%-
XYZ27.6823.1428.99-
YUV135.51132.23151.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=39.39%
G=27.27%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911714300.310.150.3433023.2156.08
HexA9758F01FF2214a1738
Octal25116521703717425122770
Binary10101001111010110001111011111111110001010100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9758F; }

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

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

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

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

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

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

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

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