#AC6E93

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

Shades of Bouquet #AC6E93

Tints of Bouquet #AC6E93

Color information

#AC6E93 (or 0xAC6E93) is unknown color: approx Bouquet. HEX triplet: AC, 6E and 93. RGB value is (172,110,147). Sum of RGB (Red+Green+Blue) = 172+110+147=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E93 is #53916C. Grayscale: #848484. Windows color (decimal): -5476717 or 9662124. OLE color: 9662124.

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

Color convert

RGB172110147-
CMYK00.360.150.33
HSL324.19º27.19%55.29%-
HSV(B)324.19º36.05%67.45%-
XYZ27.8622.0330.39-
YUV132.76136.04155.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=40.09%
G=25.64%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211014700.360.150.33324.1927.1955.29
HexAC6E93024F211441b37
Octal25415622304417415043367
Binary101011001101110100100110100100111110000110100010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E93; }

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

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

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

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

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

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

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

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