#A07893

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

Shades of Mountbatten Pink #A07893

Tints of Mountbatten Pink #A07893

Color information

#A07893 (or 0xA07893) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 78 and 93. RGB value is (160,120,147). Sum of RGB (Red+Green+Blue) = 160+120+147=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A07893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07893 is #5F876C. Grayscale: #868686. Windows color (decimal): -6260589 or 9664672. OLE color: 9664672.

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

Color convert

RGB160120147-
CMYK00.250.080.37
HSL319.5º17.39%54.9%-
HSV(B)319.5º25%62.75%-
XYZ26.4823.0130.65-
YUV135.04134.75145.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=37.47%
G=28.10%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012014700.250.080.37319.517.3954.9
HexA078930198251401137
Octal24017022303110455002167
Binary10100000111100010010011011001100010010110100000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07893; }

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

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

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

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

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

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

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

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