#AC70A0

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

Shades of Bouquet #AC70A0

Tints of Bouquet #AC70A0

Color information

#AC70A0 (or 0xAC70A0) is unknown color: approx Bouquet. HEX triplet: AC, 70 and A0. RGB value is (172,112,160). Sum of RGB (Red+Green+Blue) = 172+112+160=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC70A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC70A0 is #538F5F. Grayscale: #878787. Windows color (decimal): -5476192 or 10514604. OLE color: 10514604.

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

Color convert

RGB172112160-
CMYK00.350.070.33
HSL312º26.55%55.69%-
HSV(B)312º34.88%67.45%-
XYZ29.1522.936.14-
YUV135.41141.88154.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 160 (62.89% from 255) = 36.04%
R=38.74%
G=25.23%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211216000.350.070.3331226.5555.69
HexAC70A00237211381b38
Octal2541602400437414703370
Binary10101100111000010100000010001111110000110011100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC70A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC70A0; }

 p { color: rgb(172,112,160); }

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

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

 a { background-color: rgb(172,112,160); }

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

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

 span { border-color: rgb(172,112,160); }

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