#a5708e

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

Shades of Mountbatten Pink #A5708E

Tints of Mountbatten Pink #A5708E

Color information

#A5708E (or 0xA5708E) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 70 and 8E. RGB value is (165,112,142). Sum of RGB (Red+Green+Blue) = 165+112+142=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A5708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5708E is #5A8F71. Grayscale: #838383. Windows color (decimal): -5934962 or 9334949. OLE color: 9334949.

HSL color Cylindrical-coordinate representation of color #A5708E: hue angle of 326.04º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5708E is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB165112142-
CMYK00.320.140.35
HSL326.04º22.75%54.31%-
HSV(B)326.04º32.12%64.71%-
XYZ26.1921.5428.37-
YUV131.27134.06152.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=39.38%
G=26.73%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511214200.320.140.35326.0422.7554.31
HexA5708E020E231461736
Octal24516021604016435062766
Binary101001011110000100011100100000111010001110100011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5708e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5708e; }

 p { color: rgb(165,112,142); }

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

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

 a { background-color: rgb(165,112,142); }

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

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

 span { border-color: rgb(165,112,142); }

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