#A5728F

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

Shades of Mountbatten Pink #A5728F

Tints of Mountbatten Pink #A5728F

Color information

#A5728F (or 0xA5728F) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 72 and 8F. RGB value is (165,114,143). Sum of RGB (Red+Green+Blue) = 165+114+143=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A5728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5728F is #5A8D70. Grayscale: #848484. Windows color (decimal): -5934449 or 9400997. OLE color: 9400997.

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

Color convert

RGB165114143-
CMYK00.310.130.35
HSL325.88º22.08%54.71%-
HSV(B)325.88º30.91%64.71%-
XYZ26.4922.0228.84-
YUV132.55133.9151.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=39.10%
G=27.01%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511414300.310.130.35325.8822.0854.71
HexA5728F01FD231461637
Octal24516221703715435062667
Binary10100101111001010001111011111110110001110100011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5728F; }

 p { color: rgb(165,114,143); }

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

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

 a { background-color: rgb(165,114,143); }

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

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

 span { border-color: rgb(165,114,143); }

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