#AC819D

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

Shades of Bouquet #AC819D

Tints of Bouquet #AC819D

Color information

#AC819D (or 0xAC819D) is unknown color: approx Bouquet. HEX triplet: AC, 81 and 9D. RGB value is (172,129,157). Sum of RGB (Red+Green+Blue) = 172+129+157=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC819D is #537E62. Grayscale: #909090. Windows color (decimal): -5471843 or 10322348. OLE color: 10322348.

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

Color convert

RGB172129157-
CMYK00.250.090.33
HSL320.93º20.57%59.02%-
HSV(B)320.93º25%67.45%-
XYZ30.9526.9135.46-
YUV145.05134.75147.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 157 (61.72% from 255) = 34.28%
R=37.55%
G=28.17%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212915700.250.090.33320.9320.5759.02
HexAC819D019921141153b
Octal25420123503111415012573
Binary101011001000000110011101011001100110000110100000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC819D; }

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

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

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

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

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

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

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

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