#AB6592

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

Shades of Mountbatten Pink #AB6592

Tints of Mountbatten Pink #AB6592

Color information

#AB6592 (or 0xAB6592) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 65 and 92. RGB value is (171,101,146). Sum of RGB (Red+Green+Blue) = 171+101+146=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6592 is #549A6D. Grayscale: #7E7E7E. Windows color (decimal): -5544558 or 9594283. OLE color: 9594283.

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

Color convert

RGB171101146-
CMYK00.410.150.33
HSL321.43º29.41%53.33%-
HSV(B)321.43º40.94%67.06%-
XYZ26.6420.0429.66-
YUV127.06138.69159.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 101 (39.84% from 255) = 24.16%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=40.91%
G=24.16%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110114600.410.150.33321.4329.4153.33
HexAB6592029F211411d35
Octal25314522205117415013565
Binary101010111100101100100100101001111110000110100000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6592; }

 p { color: rgb(171,101,146); }

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

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

 a { background-color: rgb(171,101,146); }

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

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

 span { border-color: rgb(171,101,146); }

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