#AC6A94

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

Shades of Bouquet #AC6A94

Tints of Bouquet #AC6A94

Color information

#AC6A94 (or 0xAC6A94) is unknown color: approx Bouquet. HEX triplet: AC, 6A and 94. RGB value is (172,106,148). Sum of RGB (Red+Green+Blue) = 172+106+148=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6A94 is #53956B. Grayscale: #828282. Windows color (decimal): -5477740 or 9726636. OLE color: 9726636.

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

Color convert

RGB172106148-
CMYK00.380.140.33
HSL321.82º28.45%54.51%-
HSV(B)321.82º38.37%67.45%-
XYZ27.5121.2230.66-
YUV130.52137.87157.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=40.38%
G=24.88%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210614800.380.140.33321.8228.4554.51
HexAC6A94026E211421c37
Octal25415222404616415023467
Binary101011001101010100101000100110111010000110100001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A94; }

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

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

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

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

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

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

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

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