#AC7DA4

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

Shades of Bouquet #AC7DA4

Tints of Bouquet #AC7DA4

Color information

#AC7DA4 (or 0xAC7DA4) is unknown color: approx Bouquet. HEX triplet: AC, 7D and A4. RGB value is (172,125,164). Sum of RGB (Red+Green+Blue) = 172+125+164=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DA4 is #53825B. Grayscale: #8F8F8F. Windows color (decimal): -5472860 or 10780076. OLE color: 10780076.

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

Color convert

RGB172125164-
CMYK00.270.050.33
HSL310.21º22.07%58.24%-
HSV(B)310.21º27.33%67.45%-
XYZ31.0526.1238.53-
YUV143.5139.57148.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=37.31%
G=27.11%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212516400.270.050.33310.2122.0758.24
HexAC7DA401B521136163a
Octal2541752440335414662672
Binary1010110011111011010010001101110110000110011011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DA4; }

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

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

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

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

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

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

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

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