#AC74A4

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

Shades of Bouquet #AC74A4

Tints of Bouquet #AC74A4

Color information

#AC74A4 (or 0xAC74A4) is unknown color: approx Bouquet. HEX triplet: AC, 74 and A4. RGB value is (172,116,164). Sum of RGB (Red+Green+Blue) = 172+116+164=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC74A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC74A4 is #538B5B. Grayscale: #8A8A8A. Windows color (decimal): -5475164 or 10777772. OLE color: 10777772.

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

Color convert

RGB172116164-
CMYK00.330.050.33
HSL308.57º25.23%56.47%-
HSV(B)308.57º32.56%67.45%-
XYZ29.9623.9438.16-
YUV138.22142.55152.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 164 (64.45% from 255) = 36.28%
R=38.05%
G=25.66%
B=36.28%

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
Decimal17211616400.330.050.33308.5725.2356.47
HexAC74A40215211351938
Octal2541642440415414653170
Binary10101100111010010100100010000110110000110011010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC74A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC74A4; }

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

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

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

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

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

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

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

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