#A07493

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

Shades of Mountbatten Pink #A07493

Tints of Mountbatten Pink #A07493

Color information

#A07493 (or 0xA07493) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 74 and 93. RGB value is (160,116,147). Sum of RGB (Red+Green+Blue) = 160+116+147=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A07493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07493 is #5F8B6C. Grayscale: #848484. Windows color (decimal): -6261613 or 9663648. OLE color: 9663648.

HSL color Cylindrical-coordinate representation of color #A07493: hue angle of 317.73º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07493 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB160116147-
CMYK00.280.080.37
HSL317.73º18.8%54.12%-
HSV(B)317.73º27.5%62.75%-
XYZ26.0122.0730.49-
YUV132.69136.08147.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=37.83%
G=27.42%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011614700.280.080.37317.7318.854.12
HexA0749301C82513e1336
Octal24016422303410454762366
Binary10100000111010010010011011100100010010110011111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07493; }

 p { color: rgb(160,116,147); }

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

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

 a { background-color: rgb(160,116,147); }

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

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

 span { border-color: rgb(160,116,147); }

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