#AC73A2

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

Shades of Bouquet #AC73A2

Tints of Bouquet #AC73A2

Color information

#AC73A2 (or 0xAC73A2) is unknown color: approx Bouquet. HEX triplet: AC, 73 and A2. RGB value is (172,115,162). Sum of RGB (Red+Green+Blue) = 172+115+162=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC73A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC73A2 is #538C5D. Grayscale: #898989. Windows color (decimal): -5475422 or 10646444. OLE color: 10646444.

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

Color convert

RGB172115162-
CMYK00.330.060.33
HSL310.53º25.56%56.27%-
HSV(B)310.53º33.14%67.45%-
XYZ29.6723.6437.18-
YUV137.4141.88152.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 115 (45.31% from 255) = 25.61%
BLUE value IS 162 (63.67% from 255) = 36.08%
R=38.31%
G=25.61%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211516200.330.060.33310.5325.5656.27
HexAC73A20216211371a38
Octal2541632420416414673270
Binary10101100111001110100010010000111010000110011011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC73A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC73A2; }

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

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

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

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

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

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

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

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