#AB6792

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

Shades of Mountbatten Pink #AB6792

Tints of Mountbatten Pink #AB6792

Color information

#AB6792 (or 0xAB6792) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 67 and 92. RGB value is (171,103,146). Sum of RGB (Red+Green+Blue) = 171+103+146=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6792 is #54986D. Grayscale: #808080. Windows color (decimal): -5544046 or 9594795. OLE color: 9594795.

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

Color convert

RGB171103146-
CMYK00.400.150.33
HSL322.06º28.81%53.73%-
HSV(B)322.06º39.77%67.06%-
XYZ26.8320.4329.72-
YUV128.23138.03158.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=40.71%
G=24.52%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110314600.400.150.33322.0628.8153.73
HexAB6792028F211421d36
Octal25314722205017415023566
Binary101010111100111100100100101000111110000110100001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6792; }

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

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

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

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

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

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

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

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