#AB6890

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

Shades of Mountbatten Pink #AB6890

Tints of Mountbatten Pink #AB6890

Color information

#AB6890 (or 0xAB6890) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 68 and 90. RGB value is (171,104,144). Sum of RGB (Red+Green+Blue) = 171+104+144=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6890 is #54976F. Grayscale: #808080. Windows color (decimal): -5543792 or 9463979. OLE color: 9463979.

HSL color Cylindrical-coordinate representation of color #AB6890: hue angle of 324.18º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6890 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB171104144-
CMYK00.390.160.33
HSL324.18º28.51%53.92%-
HSV(B)324.18º39.18%67.06%-
XYZ26.7820.5728.94-
YUV128.59136.7158.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=40.81%
G=24.82%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110414400.390.160.33324.1828.5153.92
HexAB689002710211441d36
Octal25315022004720415043566
Binary1010101111010001001000001001111000010000110100010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6890; }

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

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

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

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

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

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

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

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