#AC6890

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

Shades of Mountbatten Pink #AC6890

Tints of Mountbatten Pink #AC6890

Color information

#AC6890 (or 0xAC6890) is unknown color: approx Mountbatten Pink. HEX triplet: AC, 68 and 90. RGB value is (172,104,144). Sum of RGB (Red+Green+Blue) = 172+104+144=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6890 is #53976F. Grayscale: #808080. Windows color (decimal): -5478256 or 9463980. OLE color: 9463980.

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

Color convert

RGB172104144-
CMYK00.400.160.33
HSL324.71º29.06%54.12%-
HSV(B)324.71º39.53%67.45%-
XYZ2720.6828.96-
YUV128.89136.53158.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 144 (56.64% from 255) = 34.29%
R=40.95%
G=24.76%
B=34.29%

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
Decimal17210414400.400.160.33324.7129.0654.12
HexAC689002810211451d36
Octal25415022005020415053566
Binary1010110011010001001000001010001000010000110100010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6890; }

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

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

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

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

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

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

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

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