#A06790

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

Shades of Mountbatten Pink #A06790

Tints of Mountbatten Pink #A06790

Color information

#A06790 (or 0xA06790) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 67 and 90. RGB value is (160,103,144). Sum of RGB (Red+Green+Blue) = 160+103+144=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A06790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06790 is #5F986F. Grayscale: #7C7C7C. Windows color (decimal): -6264944 or 9463712. OLE color: 9463712.

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

Color convert

RGB160103144-
CMYK00.360.10.37
HSL316.84º23.08%51.57%-
HSV(B)316.84º35.62%62.75%-
XYZ24.3819.1928.8-
YUV124.72138.88153.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=39.31%
G=25.31%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010314400.360.10.37316.8423.0851.57
HexA06790024A2513d1734
Octal24014722004412454752764
Binary101000001100111100100000100100101010010110011110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06790; }

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

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

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

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

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

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

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

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