#AB678F

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

Shades of Mountbatten Pink #AB678F

Tints of Mountbatten Pink #AB678F

Color information

#AB678F (or 0xAB678F) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 67 and 8F. RGB value is (171,103,143). Sum of RGB (Red+Green+Blue) = 171+103+143=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB678F is #549870. Grayscale: #7F7F7F. Windows color (decimal): -5544049 or 9398187. OLE color: 9398187.

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

Color convert

RGB171103143-
CMYK00.400.160.33
HSL324.71º28.81%53.73%-
HSV(B)324.71º39.77%67.06%-
XYZ26.620.3428.51-
YUV127.89136.53158.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=41.01%
G=24.70%
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
Decimal17110314300.400.160.33324.7128.8153.73
HexAB678F02810211451d36
Octal25314721705020415053566
Binary1010101111001111000111101010001000010000110100010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB678F; }

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

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

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

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

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

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

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

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