#AC73A3

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

Shades of Bouquet #AC73A3

Tints of Bouquet #AC73A3

Color information

#AC73A3 (or 0xAC73A3) is unknown color: approx Bouquet. HEX triplet: AC, 73 and A3. RGB value is (172,115,163). Sum of RGB (Red+Green+Blue) = 172+115+163=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC73A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC73A3 is #538C5C. Grayscale: #898989. Windows color (decimal): -5475421 or 10711980. OLE color: 10711980.

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

Color convert

RGB172115163-
CMYK00.330.050.33
HSL309.47º25.56%56.27%-
HSV(B)309.47º33.14%67.45%-
XYZ29.7523.6837.65-
YUV137.51142.38152.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 115 (45.31% from 255) = 25.56%
BLUE value IS 163 (64.06% from 255) = 36.22%
R=38.22%
G=25.56%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211516300.330.050.33309.4725.5656.27
HexAC73A30215211351a38
Octal2541632430415414653270
Binary10101100111001110100011010000110110000110011010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC73A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC73A3; }

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

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

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

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

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

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

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

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