#AB6691

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

Shades of Mountbatten Pink #AB6691

Tints of Mountbatten Pink #AB6691

Color information

#AB6691 (or 0xAB6691) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 66 and 91. RGB value is (171,102,145). Sum of RGB (Red+Green+Blue) = 171+102+145=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6691 is #54996E. Grayscale: #7F7F7F. Windows color (decimal): -5544303 or 9529003. OLE color: 9529003.

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

Color convert

RGB171102145-
CMYK00.400.150.33
HSL322.61º29.11%53.53%-
HSV(B)322.61º40.35%67.06%-
XYZ26.6620.2129.28-
YUV127.53137.86159-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=40.91%
G=24.40%
B=34.69%

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
Decimal17110214500.400.150.33322.6129.1153.53
HexAB6691028F211431d36
Octal25314622105017415033566
Binary101010111100110100100010101000111110000110100001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6691; }

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

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

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

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

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

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

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

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