#AB688F

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

Shades of Mountbatten Pink #AB688F

Tints of Mountbatten Pink #AB688F

Color information

#AB688F (or 0xAB688F) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 68 and 8F. RGB value is (171,104,143). Sum of RGB (Red+Green+Blue) = 171+104+143=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB688F is #549770. Grayscale: #808080. Windows color (decimal): -5543793 or 9398443. OLE color: 9398443.

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

Color convert

RGB171104143-
CMYK00.390.160.33
HSL325.07º28.51%53.92%-
HSV(B)325.07º39.18%67.06%-
XYZ26.720.5428.54-
YUV128.48136.2158.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 104 (41.02% from 255) = 24.88%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=40.91%
G=24.88%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110414300.390.160.33325.0728.5153.92
HexAB688F02710211451d36
Octal25315021704720415053566
Binary1010101111010001000111101001111000010000110100010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB688F; }

 p { color: rgb(171,104,143); }

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

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

 a { background-color: rgb(171,104,143); }

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

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

 span { border-color: rgb(171,104,143); }

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