#AC74A3

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

Shades of Bouquet #AC74A3

Tints of Bouquet #AC74A3

Color information

#AC74A3 (or 0xAC74A3) is unknown color: approx Bouquet. HEX triplet: AC, 74 and A3. RGB value is (172,116,163). Sum of RGB (Red+Green+Blue) = 172+116+163=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC74A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC74A3 is #538B5C. Grayscale: #898989. Windows color (decimal): -5475165 or 10712236. OLE color: 10712236.

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

Color convert

RGB172116163-
CMYK00.330.050.33
HSL309.64º25.23%56.47%-
HSV(B)309.64º32.56%67.45%-
XYZ29.8723.9137.69-
YUV138.1142.05152.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 163 (64.06% from 255) = 36.14%
R=38.14%
G=25.72%
B=36.14%

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
Decimal17211616300.330.050.33309.6425.2356.47
HexAC74A30215211361938
Octal2541642430415414663170
Binary10101100111010010100011010000110110000110011011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC74A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC74A3; }

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

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

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

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

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

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

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

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