#AC7AA4

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

Shades of Bouquet #AC7AA4

Tints of Bouquet #AC7AA4

Color information

#AC7AA4 (or 0xAC7AA4) is unknown color: approx Bouquet. HEX triplet: AC, 7A and A4. RGB value is (172,122,164). Sum of RGB (Red+Green+Blue) = 172+122+164=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7AA4 is #53855B. Grayscale: #8D8D8D. Windows color (decimal): -5473628 or 10779308. OLE color: 10779308.

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

Color convert

RGB172122164-
CMYK00.290.050.33
HSL309.6º23.15%57.65%-
HSV(B)309.6º29.07%67.45%-
XYZ30.6725.3738.4-
YUV141.74140.56149.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 122 (48.05% from 255) = 26.64%
BLUE value IS 164 (64.45% from 255) = 35.81%
R=37.55%
G=26.64%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212216400.290.050.33309.623.1557.65
HexAC7AA401D521136173a
Octal2541722440355414662772
Binary1010110011110101010010001110110110000110011011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7AA4; }

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

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

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

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

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

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

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

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