#AC6894

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

Shades of Bouquet #AC6894

Tints of Bouquet #AC6894

Color information

#AC6894 (or 0xAC6894) is unknown color: approx Bouquet. HEX triplet: AC, 68 and 94. RGB value is (172,104,148). Sum of RGB (Red+Green+Blue) = 172+104+148=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6894 is #53976B. Grayscale: #818181. Windows color (decimal): -5478252 or 9726124. OLE color: 9726124.

HSL color Cylindrical-coordinate representation of color #AC6894: hue angle of 321.18º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6894 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB172104148-
CMYK00.400.140.33
HSL321.18º29.06%54.12%-
HSV(B)321.18º39.53%67.45%-
XYZ27.3120.8130.59-
YUV129.35138.53158.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 104 (41.02% from 255) = 24.53%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=40.57%
G=24.53%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210414800.400.140.33321.1829.0654.12
HexAC6894028E211411d36
Octal25415022405016415013566
Binary101011001101000100101000101000111010000110100000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6894; }

 p { color: rgb(172,104,148); }

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

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

 a { background-color: rgb(172,104,148); }

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

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

 span { border-color: rgb(172,104,148); }

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