#AC719E

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

Shades of Bouquet #AC719E

Tints of Bouquet #AC719E

Color information

#AC719E (or 0xAC719E) is unknown color: approx Bouquet. HEX triplet: AC, 71 and 9E. RGB value is (172,113,158). Sum of RGB (Red+Green+Blue) = 172+113+158=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC719E is #538E61. Grayscale: #878787. Windows color (decimal): -5475938 or 10383788. OLE color: 10383788.

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

Color convert

RGB172113158-
CMYK00.340.080.33
HSL314.24º26.22%55.88%-
HSV(B)314.24º34.3%67.45%-
XYZ29.0923.0535.26-
YUV135.77140.55153.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.83%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=38.83%
G=25.51%
B=35.67%

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
Decimal17211315800.340.080.33314.2426.2255.88
HexAC719E02282113a1a38
Octal25416123604210414723270
Binary101011001110001100111100100010100010000110011101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC719E; }

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

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

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

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

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

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

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

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