#AB6A8E

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

Shades of Mountbatten Pink #AB6A8E

Tints of Mountbatten Pink #AB6A8E

Color information

#AB6A8E (or 0xAB6A8E) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 6A and 8E. RGB value is (171,106,142). Sum of RGB (Red+Green+Blue) = 171+106+142=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6A8E is #549571. Grayscale: #818181. Windows color (decimal): -5543282 or 9333419. OLE color: 9333419.

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

Color convert

RGB171106142-
CMYK00.380.170.33
HSL326.77º27.9%54.31%-
HSV(B)326.77º38.01%67.06%-
XYZ26.8320.9228.21-
YUV129.54135.03157.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=40.81%
G=25.30%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110614200.380.170.33326.7727.954.31
HexAB6A8E02611211471c36
Octal25315221604621415073466
Binary1010101111010101000111001001101000110000110100011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A8E; }

 p { color: rgb(171,106,142); }

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

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

 a { background-color: rgb(171,106,142); }

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

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

 span { border-color: rgb(171,106,142); }

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