#AB6490

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

Shades of Mountbatten Pink #AB6490

Tints of Mountbatten Pink #AB6490

Color information

#AB6490 (or 0xAB6490) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 64 and 90. RGB value is (171,100,144). Sum of RGB (Red+Green+Blue) = 171+100+144=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6490 is #549B6F. Grayscale: #7E7E7E. Windows color (decimal): -5544816 or 9462955. OLE color: 9462955.

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

Color convert

RGB171100144-
CMYK00.420.160.33
HSL322.82º29.71%53.14%-
HSV(B)322.82º41.52%67.06%-
XYZ26.3919.7928.81-
YUV126.24138.02159.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.20%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=41.20%
G=24.10%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110014400.420.160.33322.8229.7153.14
HexAB649002A10211431e35
Octal25314422005220415033665
Binary1010101111001001001000001010101000010000110100001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6490; }

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

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

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

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

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

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

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

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