#A06D90

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

Shades of Mountbatten Pink #A06D90

Tints of Mountbatten Pink #A06D90

Color information

#A06D90 (or 0xA06D90) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 6D and 90. RGB value is (160,109,144). Sum of RGB (Red+Green+Blue) = 160+109+144=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06D90 is #5F926F. Grayscale: #808080. Windows color (decimal): -6263408 or 9465248. OLE color: 9465248.

HSL color Cylindrical-coordinate representation of color #A06D90: hue angle of 318.82º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06D90 is Cyan = 0, Magento = 0.32, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB160109144-
CMYK00.320.10.37
HSL318.82º21.16%52.75%-
HSV(B)318.82º31.87%62.75%-
XYZ2520.4229.01-
YUV128.24136.9150.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=38.74%
G=26.39%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010914400.320.10.37318.8221.1652.75
HexA06D90020A2513f1535
Octal24015522004012454772565
Binary101000001101101100100000100000101010010110011111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06D90; }

 p { color: rgb(160,109,144); }

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

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

 a { background-color: rgb(160,109,144); }

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

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

 span { border-color: rgb(160,109,144); }

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