Html Css Color HEX #A0728F Mountbatten Pink

📋 copy color: '#A0728F'

red 160 ◦ green 114 ◦ blue 143

#A0728F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #A0728F

Tints of Mountbatten Pink #A0728F

RGB

 RED value IS 160 (62.89% from 255) = 38.37%

 GREEN value IS 114 (44.92% from 255) = 27.34%

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 38.37%
G = 27.34%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0728F (or 0xA0728F) is known color: Mountbatten Pink. HEX triplet: A0, 72 and 8F. RGB value is (160,114,143). Sum of RGB (Red+Green+Blue) = 160+114+143=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A0728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0728F is #5F8D70. Grayscale: #828282. Windows color (decimal): -6262129 or 9400992. OLE color: 9400992.

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

Color convert

RGB 160 114 143 -
CMYK 0 0.29 0.11 0.37
HSL 322.17º 0.19% 0.54% -
HSV(B) 322.17º 0.29% 0.63% -
XYZ 25.47 21.49 28.79 -
YUV 131.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 160 114 143 0 0.29 0.11 0.37 322.17 0.19 0.54
Hex A0 72 8F 0 1D B 25 142 13 36
Octal 240 162 217 0 35 13 45 502 23 66
Binary 10100000 1110010 10001111 0 11101 1011 100101 101000010 10011 110110

Color Harmonies of #A0728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0728F

Black with #A0728F

Text Example


Text Example

White with #A0728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0728F; }

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

 H1.HeaderClassName
 {
   color: #A0728F;
 }
 .AnyTagClassName
 {
   color: #A0728F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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