#AC6891

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

Shades of Mountbatten Pink #AC6891

Tints of Mountbatten Pink #AC6891

Color information

#AC6891 (or 0xAC6891) is unknown color: approx Mountbatten Pink. HEX triplet: AC, 68 and 91. RGB value is (172,104,145). Sum of RGB (Red+Green+Blue) = 172+104+145=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6891 is #53976E. Grayscale: #808080. Windows color (decimal): -5478255 or 9529516. OLE color: 9529516.

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

Color convert

RGB172104145-
CMYK00.400.160.33
HSL323.82º29.06%54.12%-
HSV(B)323.82º39.53%67.45%-
XYZ27.0720.7229.36-
YUV129.01137.03158.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 145 (57.03% from 255) = 34.44%
R=40.86%
G=24.70%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210414500.400.160.33323.8229.0654.12
HexAC689102810211441d36
Octal25415022105020415043566
Binary1010110011010001001000101010001000010000110100010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6891; }

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

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

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

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

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

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

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

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