#AC819F

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

Shades of Bouquet #AC819F

Tints of Bouquet #AC819F

Color information

#AC819F (or 0xAC819F) is unknown color: approx Bouquet. HEX triplet: AC, 81 and 9F. RGB value is (172,129,159). Sum of RGB (Red+Green+Blue) = 172+129+159=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC819F is #537E60. Grayscale: #919191. Windows color (decimal): -5471841 or 10453420. OLE color: 10453420.

HSL color Cylindrical-coordinate representation of color #AC819F: hue angle of 318.14º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC819F is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172129159-
CMYK00.250.080.33
HSL318.14º20.57%59.02%-
HSV(B)318.14º25%67.45%-
XYZ31.1226.9736.37-
YUV145.28135.75147.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=37.39%
G=28.04%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212915900.250.080.33318.1420.5759.02
HexAC819F01982113e153b
Octal25420123703110414762573
Binary101011001000000110011111011001100010000110011111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC819F; }

 p { color: rgb(172,129,159); }

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

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

 a { background-color: rgb(172,129,159); }

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

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

 span { border-color: rgb(172,129,159); }

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