#AC70A1

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

Shades of Bouquet #AC70A1

Tints of Bouquet #AC70A1

Color information

#AC70A1 (or 0xAC70A1) is unknown color: approx Bouquet. HEX triplet: AC, 70 and A1. RGB value is (172,112,161). Sum of RGB (Red+Green+Blue) = 172+112+161=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC70A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC70A1 is #538F5E. Grayscale: #878787. Windows color (decimal): -5476191 or 10580140. OLE color: 10580140.

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

Color convert

RGB172112161-
CMYK00.350.060.33
HSL311º26.55%55.69%-
HSV(B)311º34.88%67.45%-
XYZ29.2422.9336.6-
YUV135.53142.38154.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 112 (44.14% from 255) = 25.17%
BLUE value IS 161 (63.28% from 255) = 36.18%
R=38.65%
G=25.17%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211216100.350.060.3331126.5555.69
HexAC70A10236211371b38
Octal2541602410436414673370
Binary10101100111000010100001010001111010000110011011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC70A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC70A1; }

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

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

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

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

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

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

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

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