#AB6392

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

Shades of Mountbatten Pink #AB6392

Tints of Mountbatten Pink #AB6392

Color information

#AB6392 (or 0xAB6392) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 63 and 92. RGB value is (171,99,146). Sum of RGB (Red+Green+Blue) = 171+99+146=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6392 is #549C6D. Grayscale: #7D7D7D. Windows color (decimal): -5545070 or 9593771. OLE color: 9593771.

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

Color convert

RGB17199146-
CMYK00.420.150.33
HSL320.83º30%52.94%-
HSV(B)320.83º42.11%67.06%-
XYZ26.4419.6629.59-
YUV125.89139.35160.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=41.11%
G=23.80%
B=35.10%

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
Decimal1719914600.420.150.33320.833052.94
HexAB639202AF211411e35
Octal25314322205217415013665
Binary101010111100011100100100101010111110000110100000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6392; }

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

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

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

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

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

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

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

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