Html Css Color HEX #A0758C Mountbatten Pink

📋 copy color: '#A0758C'

red 160 ◦ green 117 ◦ blue 140

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

Shades of Mountbatten Pink #A0758C

Tints of Mountbatten Pink #A0758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 38.37%
G = 28.06%
B = 33.57%

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

#A0758C (or 0xA0758C) is known color: Mountbatten Pink. HEX triplet: A0, 75 and 8C. RGB value is (160,117,140). Sum of RGB (Red+Green+Blue) = 160+117+140=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A0758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0758C is #5F8A73. Grayscale: #848484. Windows color (decimal): -6261364 or 9205152. OLE color: 9205152.

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

Color convert

RGB 160 117 140 -
CMYK 0 0.27 0.12 0.37
HSL 327.91º 0.18% 0.54% -
HSV(B) 327.91º 0.27% 0.63% -
XYZ 25.59 22.09 27.73 -
YUV 132.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 160 117 140 0 0.27 0.12 0.37 327.91 0.18 0.54
Hex A0 75 8C 0 1B C 25 148 12 36
Octal 240 165 214 0 33 14 45 510 22 66
Binary 10100000 1110101 10001100 0 11011 1100 100101 101001000 10010 110110

Color Harmonies of #A0758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0758C

Black with #A0758C

Text Example


Text Example

White with #A0758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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