#AC6E94

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

Shades of Bouquet #AC6E94

Tints of Bouquet #AC6E94

Color information

#AC6E94 (or 0xAC6E94) is unknown color: approx Bouquet. HEX triplet: AC, 6E and 94. RGB value is (172,110,148). Sum of RGB (Red+Green+Blue) = 172+110+148=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E94 is #53916B. Grayscale: #848484. Windows color (decimal): -5476716 or 9727660. OLE color: 9727660.

HSL color Cylindrical-coordinate representation of color #AC6E94: hue angle of 323.23º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC6E94 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB172110148-
CMYK00.360.140.33
HSL323.23º27.19%55.29%-
HSV(B)323.23º36.05%67.45%-
XYZ27.9322.0630.8-
YUV132.87136.54155.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=40%
G=25.58%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211014800.360.140.33323.2327.1955.29
HexAC6E94024E211431b37
Octal25415622404416415033367
Binary101011001101110100101000100100111010000110100001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E94; }

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

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

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

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

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

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

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

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