Html Css Color HEX #A07F90 Mountbatten Pink

📋 copy color: '#A07F90'

red 160 ◦ green 127 ◦ blue 144

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

Shades of Mountbatten Pink #A07F90

Tints of Mountbatten Pink #A07F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.41%

R = 37.12%
G = 29.47%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A07F90 (or 0xA07F90) is known color: Mountbatten Pink. HEX triplet: A0, 7F and 90. RGB value is (160,127,144). Sum of RGB (Red+Green+Blue) = 160+127+144=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07F90 is #5F806F. Grayscale: #8A8A8A. Windows color (decimal): -6258800 or 9469856. OLE color: 9469856.

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

Color convert

RGB 160 127 144 -
CMYK 0 0.21 0.1 0.37
HSL 329.09º 0.15% 0.56% -
HSV(B) 329.09º 0.21% 0.63% -
XYZ 27.12 24.67 29.72 -
YUV 138.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 160 127 144 0 0.21 0.1 0.37 329.09 0.15 0.56
Hex A0 7F 90 0 15 A 25 149 F 38
Octal 240 177 220 0 25 12 45 511 17 70
Binary 10100000 1111111 10010000 0 10101 1010 100101 101001001 1111 111000

Color Harmonies of #A07F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F90

Black with #A07F90

Text Example


Text Example

White with #A07F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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