#AC719F

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

Shades of Bouquet #AC719F

Tints of Bouquet #AC719F

Color information

#AC719F (or 0xAC719F) is unknown color: approx Bouquet. HEX triplet: AC, 71 and 9F. RGB value is (172,113,159). Sum of RGB (Red+Green+Blue) = 172+113+159=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC719F is #538E60. Grayscale: #878787. Windows color (decimal): -5475937 or 10449324. OLE color: 10449324.

HSL color Cylindrical-coordinate representation of color #AC719F: hue angle of 313.22º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC719F is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172113159-
CMYK00.340.080.33
HSL313.22º26.22%55.88%-
HSV(B)313.22º34.3%67.45%-
XYZ29.1823.0835.72-
YUV135.88141.05153.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=38.74%
G=25.45%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211315900.340.080.33313.2226.2255.88
HexAC719F0228211391a38
Octal25416123704210414713270
Binary101011001110001100111110100010100010000110011100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC719F; }

 p { color: rgb(172,113,159); }

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

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

 a { background-color: rgb(172,113,159); }

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

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

 span { border-color: rgb(172,113,159); }

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