#AC74A1

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

Shades of Bouquet #AC74A1

Tints of Bouquet #AC74A1

Color information

#AC74A1 (or 0xAC74A1) is unknown color: approx Bouquet. HEX triplet: AC, 74 and A1. RGB value is (172,116,161). Sum of RGB (Red+Green+Blue) = 172+116+161=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC74A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC74A1 is #538B5E. Grayscale: #898989. Windows color (decimal): -5475167 or 10581164. OLE color: 10581164.

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

Color convert

RGB172116161-
CMYK00.330.060.33
HSL311.79º25.23%56.47%-
HSV(B)311.79º32.56%67.45%-
XYZ29.6923.8336.75-
YUV137.87141.05152.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.31%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 161 (63.28% from 255) = 35.86%
R=38.31%
G=25.84%
B=35.86%

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
Decimal17211616100.330.060.33311.7925.2356.47
HexAC74A10216211381938
Octal2541642410416414703170
Binary10101100111010010100001010000111010000110011100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC74A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC74A1; }

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

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

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

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

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

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

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

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