Html Css Color HEX #A07F8F Mountbatten Pink

📋 copy color: '#A07F8F'

red 160 ◦ green 127 ◦ blue 143

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

Shades of Mountbatten Pink #A07F8F

Tints of Mountbatten Pink #A07F8F

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

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

R = 37.21%
G = 29.53%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A07F8F (or 0xA07F8F) is known color: Mountbatten Pink. HEX triplet: A0, 7F and 8F. RGB value is (160,127,143). Sum of RGB (Red+Green+Blue) = 160+127+143=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07F8F is #5F8070. Grayscale: #8A8A8A. Windows color (decimal): -6258801 or 9404320. OLE color: 9404320.

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

Color convert

RGB 160 127 143 -
CMYK 0 0.21 0.11 0.37
HSL 330.91º 0.15% 0.56% -
HSV(B) 330.91º 0.21% 0.63% -
XYZ 27.04 24.64 29.32 -
YUV 138.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 160 127 143 0 0.21 0.11 0.37 330.91 0.15 0.56
Hex A0 7F 8F 0 15 B 25 14B F 38
Octal 240 177 217 0 25 13 45 513 17 70
Binary 10100000 1111111 10001111 0 10101 1011 100101 101001011 1111 111000

Color Harmonies of #A07F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F8F

Black with #A07F8F

Text Example


Text Example

White with #A07F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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