#AB6791

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

Shades of Mountbatten Pink #AB6791

Tints of Mountbatten Pink #AB6791

Color information

#AB6791 (or 0xAB6791) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 67 and 91. RGB value is (171,103,145). Sum of RGB (Red+Green+Blue) = 171+103+145=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6791 is #54986E. Grayscale: #808080. Windows color (decimal): -5544047 or 9529259. OLE color: 9529259.

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

Color convert

RGB171103145-
CMYK00.400.150.33
HSL322.94º28.81%53.73%-
HSV(B)322.94º39.77%67.06%-
XYZ26.7620.429.32-
YUV128.12137.53158.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 145 (57.03% from 255) = 34.61%
R=40.81%
G=24.58%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110314500.400.150.33322.9428.8153.73
HexAB6791028F211431d36
Octal25314722105017415033566
Binary101010111100111100100010101000111110000110100001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6791; }

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

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

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

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

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

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

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

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