#AC7CA4

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

Shades of Bouquet #AC7CA4

Tints of Bouquet #AC7CA4

Color information

#AC7CA4 (or 0xAC7CA4) is unknown color: approx Bouquet. HEX triplet: AC, 7C and A4. RGB value is (172,124,164). Sum of RGB (Red+Green+Blue) = 172+124+164=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7CA4 is #53835B. Grayscale: #8E8E8E. Windows color (decimal): -5473116 or 10779820. OLE color: 10779820.

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

Color convert

RGB172124164-
CMYK00.280.050.33
HSL310º22.43%58.04%-
HSV(B)310º27.91%67.45%-
XYZ30.9225.8738.48-
YUV142.91139.9148.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 124 (48.83% from 255) = 26.96%
BLUE value IS 164 (64.45% from 255) = 35.65%
R=37.39%
G=26.96%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212416400.280.050.3331022.4358.04
HexAC7CA401C521136163a
Octal2541742440345414662672
Binary1010110011111001010010001110010110000110011011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CA4; }

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

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

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

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

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

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

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

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