#AC72A3

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

Shades of Bouquet #AC72A3

Tints of Bouquet #AC72A3

Color information

#AC72A3 (or 0xAC72A3) is unknown color: approx Bouquet. HEX triplet: AC, 72 and A3. RGB value is (172,114,163). Sum of RGB (Red+Green+Blue) = 172+114+163=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC72A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC72A3 is #538D5C. Grayscale: #888888. Windows color (decimal): -5475677 or 10711724. OLE color: 10711724.

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

Color convert

RGB172114163-
CMYK00.340.050.33
HSL309.31º25.89%56.08%-
HSV(B)309.31º33.72%67.45%-
XYZ29.6423.4537.61-
YUV136.93142.72153.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 163 (64.06% from 255) = 36.30%
R=38.31%
G=25.39%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211416300.340.050.33309.3125.8956.08
HexAC72A30225211351a38
Octal2541622430425414653270
Binary10101100111001010100011010001010110000110011010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72A3; }

 p { color: rgb(172,114,163); }

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

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

 a { background-color: rgb(172,114,163); }

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

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

 span { border-color: rgb(172,114,163); }

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