#AB678E

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

Shades of Mountbatten Pink #AB678E

Tints of Mountbatten Pink #AB678E

Color information

#AB678E (or 0xAB678E) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 67 and 8E. RGB value is (171,103,142). Sum of RGB (Red+Green+Blue) = 171+103+142=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB678E is #549871. Grayscale: #7F7F7F. Windows color (decimal): -5544050 or 9332651. OLE color: 9332651.

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

Color convert

RGB171103142-
CMYK00.400.170.33
HSL325.59º28.81%53.73%-
HSV(B)325.59º39.77%67.06%-
XYZ26.5320.3128.11-
YUV127.78136.03158.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 142 (55.86% from 255) = 34.13%
R=41.11%
G=24.76%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110314200.400.170.33325.5928.8153.73
HexAB678E02811211461d36
Octal25314721605021415063566
Binary1010101111001111000111001010001000110000110100011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB678E; }

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

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

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

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

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

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

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

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