Html Css Color HEX #A0758D Mountbatten Pink

📋 copy color: '#A0758D'

red 160 ◦ green 117 ◦ blue 141

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

Shades of Mountbatten Pink #A0758D

Tints of Mountbatten Pink #A0758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 38.28%
G = 27.99%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0758D (or 0xA0758D) is known color: Mountbatten Pink. HEX triplet: A0, 75 and 8D. RGB value is (160,117,141). Sum of RGB (Red+Green+Blue) = 160+117+141=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A0758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0758D is #5F8A72. Grayscale: #848484. Windows color (decimal): -6261363 or 9270688. OLE color: 9270688.

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

Color convert

RGB 160 117 141 -
CMYK 0 0.27 0.12 0.37
HSL 326.51º 0.18% 0.54% -
HSV(B) 326.51º 0.27% 0.63% -
XYZ 25.67 22.12 28.12 -
YUV 132.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 160 117 141 0 0.27 0.12 0.37 326.51 0.18 0.54
Hex A0 75 8D 0 1B C 25 147 12 36
Octal 240 165 215 0 33 14 45 507 22 66
Binary 10100000 1110101 10001101 0 11011 1100 100101 101000111 10010 110110

Color Harmonies of #A0758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0758D

Black with #A0758D

Text Example


Text Example

White with #A0758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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