#A5808E

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

Shades of Mountbatten Pink #A5808E

Tints of Mountbatten Pink #A5808E

Color information

#A5808E (or 0xA5808E) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 80 and 8E. RGB value is (165,128,142). Sum of RGB (Red+Green+Blue) = 165+128+142=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A5808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5808E is #5A7F71. Grayscale: #8C8C8C. Windows color (decimal): -5930866 or 9339045. OLE color: 9339045.

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

Color convert

RGB165128142-
CMYK00.220.140.35
HSL337.3º17.05%57.45%-
HSV(B)337.3º22.42%64.71%-
XYZ28.1225.3929.01-
YUV140.66128.76145.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.93%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=37.93%
G=29.43%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512814200.220.140.35337.317.0557.45
HexA5808E016E231511139
Octal24520021602616435212171
Binary101001011000000010001110010110111010001110101000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5808E; }

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

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

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

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

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

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

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

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