#AB6690

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

Shades of Mountbatten Pink #AB6690

Tints of Mountbatten Pink #AB6690

Color information

#AB6690 (or 0xAB6690) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 66 and 90. RGB value is (171,102,144). Sum of RGB (Red+Green+Blue) = 171+102+144=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6690 is #54996F. Grayscale: #7F7F7F. Windows color (decimal): -5544304 or 9463467. OLE color: 9463467.

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

Color convert

RGB171102144-
CMYK00.400.160.33
HSL323.48º29.11%53.53%-
HSV(B)323.48º40.35%67.06%-
XYZ26.5820.1728.88-
YUV127.42137.36159.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=41.01%
G=24.46%
B=34.53%

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
Decimal17110214400.400.160.33323.4829.1153.53
HexAB669002810211431d36
Octal25314622005020415033566
Binary1010101111001101001000001010001000010000110100001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6690; }

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

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

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

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

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

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

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

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