#AC719D

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

Shades of Bouquet #AC719D

Tints of Bouquet #AC719D

Color information

#AC719D (or 0xAC719D) is unknown color: approx Bouquet. HEX triplet: AC, 71 and 9D. RGB value is (172,113,157). Sum of RGB (Red+Green+Blue) = 172+113+157=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC719D is #538E62. Grayscale: #878787. Windows color (decimal): -5475939 or 10318252. OLE color: 10318252.

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

Color convert

RGB172113157-
CMYK00.340.090.33
HSL315.25º26.22%55.88%-
HSV(B)315.25º34.3%67.45%-
XYZ2923.0234.81-
YUV135.66140.05153.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=38.91%
G=25.57%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211315700.340.090.33315.2526.2255.88
HexAC719D02292113b1a38
Octal25416123504211414733270
Binary101011001110001100111010100010100110000110011101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC719D; }

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

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

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

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

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

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

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

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