#A07388

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

Shades of Mountbatten Pink #A07388

Tints of Mountbatten Pink #A07388

Color information

#A07388 (or 0xA07388) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 73 and 88. RGB value is (160,115,136). Sum of RGB (Red+Green+Blue) = 160+115+136=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A07388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07388 is #5F8C77. Grayscale: #828282. Windows color (decimal): -6261880 or 8942496. OLE color: 8942496.

HSL color Cylindrical-coordinate representation of color #A07388: hue angle of 332º 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 #A07388 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB160115136-
CMYK00.280.150.37
HSL332º19.15%53.92%-
HSV(B)332º28.12%62.75%-
XYZ25.0721.5126.12-
YUV130.85130.91148.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=38.93%
G=27.98%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011513600.280.150.3733219.1553.92
HexA0738801CF2514c1336
Octal24016321003417455142366
Binary10100000111001110001000011100111110010110100110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07388; }

 p { color: rgb(160,115,136); }

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

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

 a { background-color: rgb(160,115,136); }

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

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

 span { border-color: rgb(160,115,136); }

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