Html Css Color HEX #A0758F Mountbatten Pink

📋 copy color: '#A0758F'

red 160 ◦ green 117 ◦ blue 143

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

Shades of Mountbatten Pink #A0758F

Tints of Mountbatten Pink #A0758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.86%

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

R = 38.1%
G = 27.86%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0758F (or 0xA0758F) is known color: Mountbatten Pink. HEX triplet: A0, 75 and 8F. RGB value is (160,117,143). Sum of RGB (Red+Green+Blue) = 160+117+143=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A0758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0758F is #5F8A70. Grayscale: #848484. Windows color (decimal): -6261361 or 9401760. OLE color: 9401760.

HSL color Cylindrical-coordinate representation of color #A0758F: hue angle of 323.72º 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 #A0758F is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 143 -
CMYK 0 0.27 0.11 0.37
HSL 323.72º 0.18% 0.54% -
HSV(B) 323.72º 0.27% 0.63% -
XYZ 25.82 22.18 28.91 -
YUV 132.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 160 117 143 0 0.27 0.11 0.37 323.72 0.18 0.54
Hex A0 75 8F 0 1B B 25 144 12 36
Octal 240 165 217 0 33 13 45 504 22 66
Binary 10100000 1110101 10001111 0 11011 1011 100101 101000100 10010 110110

Color Harmonies of #A0758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0758F

Black with #A0758F

Text Example


Text Example

White with #A0758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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