#AB6790

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

Shades of Mountbatten Pink #AB6790

Tints of Mountbatten Pink #AB6790

Color information

#AB6790 (or 0xAB6790) is unknown color: approx Mountbatten Pink. HEX triplet: AB, 67 and 90. RGB value is (171,103,144). Sum of RGB (Red+Green+Blue) = 171+103+144=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6790 is #54986F. Grayscale: #7F7F7F. Windows color (decimal): -5544048 or 9463723. OLE color: 9463723.

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

Color convert

RGB171103144-
CMYK00.400.160.33
HSL323.82º28.81%53.73%-
HSV(B)323.82º39.77%67.06%-
XYZ26.6820.3728.91-
YUV128.01137.03158.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=40.91%
G=24.64%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110314400.400.160.33323.8228.8153.73
HexAB679002810211441d36
Octal25314722005020415043566
Binary1010101111001111001000001010001000010000110100010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6790; }

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

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

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

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

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

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

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

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