#AC819E

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

Shades of Bouquet #AC819E

Tints of Bouquet #AC819E

Color information

#AC819E (or 0xAC819E) is unknown color: approx Bouquet. HEX triplet: AC, 81 and 9E. RGB value is (172,129,158). Sum of RGB (Red+Green+Blue) = 172+129+158=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC819E is #537E61. Grayscale: #919191. Windows color (decimal): -5471842 or 10387884. OLE color: 10387884.

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

Color convert

RGB172129158-
CMYK00.250.080.33
HSL319.53º20.57%59.02%-
HSV(B)319.53º25%67.45%-
XYZ31.0426.9435.91-
YUV145.16135.25147.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=37.47%
G=28.10%
B=34.42%

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
Decimal17212915800.250.080.33319.5320.5759.02
HexAC819E019821140153b
Octal25420123603110415002573
Binary101011001000000110011110011001100010000110100000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC819E; }

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

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

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

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

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

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

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

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