#AB6391

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

Shades of Mountbatten Pink #AB6391

Tints of Mountbatten Pink #AB6391

Color information

#AB6391 (or 0xAB6391) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 63 and 91. RGB value is (171,99,145). Sum of RGB (Red+Green+Blue) = 171+99+145=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6391 is #549C6E. Grayscale: #7D7D7D. Windows color (decimal): -5545071 or 9528235. OLE color: 9528235.

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

Color convert

RGB17199145-
CMYK00.420.150.33
HSL321.67º30%52.94%-
HSV(B)321.67º42.11%67.06%-
XYZ26.3719.6329.19-
YUV125.77138.85160.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.20%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 145 (57.03% from 255) = 34.94%
R=41.20%
G=23.86%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719914500.420.150.33321.673052.94
HexAB639102AF211421e35
Octal25314322105217415023665
Binary101010111100011100100010101010111110000110100001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6391; }

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

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

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

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

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

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

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

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