#A07596

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

Shades of Mountbatten Pink #A07596

Tints of Mountbatten Pink #A07596

Color information

#A07596 (or 0xA07596) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 75 and 96. RGB value is (160,117,150). Sum of RGB (Red+Green+Blue) = 160+117+150=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A07596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07596 is #5F8A69. Grayscale: #858585. Windows color (decimal): -6261354 or 9860512. OLE color: 9860512.

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

Color convert

RGB160117150-
CMYK00.270.060.37
HSL313.95º18.45%54.31%-
HSV(B)313.95º26.88%62.75%-
XYZ26.3622.431.79-
YUV133.62137.25146.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=37.47%
G=27.40%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011715000.270.060.37313.9518.4554.31
HexA0759601B62513a1236
Octal2401652260336454722266
Binary1010000011101011001011001101111010010110011101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07596; }

 p { color: rgb(160,117,150); }

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

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

 a { background-color: rgb(160,117,150); }

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

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

 span { border-color: rgb(160,117,150); }

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