Html Css Color HEX #A17F90 Mountbatten Pink

📋 copy color: '#A17F90'

red 161 ◦ green 127 ◦ blue 144

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

Shades of Mountbatten Pink #A17F90

Tints of Mountbatten Pink #A17F90

RGB

 RED value IS 161 (63.28% from 255) = 37.27%

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

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

R = 37.27%
G = 29.4%
B = 33.33%

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

#A17F90 (or 0xA17F90) is known color: Mountbatten Pink. HEX triplet: A1, 7F and 90. RGB value is (161,127,144). Sum of RGB (Red+Green+Blue) = 161+127+144=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17F90 is #5E806F. Grayscale: #8B8B8B. Windows color (decimal): -6193264 or 9469857. OLE color: 9469857.

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

Color convert

RGB 161 127 144 -
CMYK 0 0.21 0.11 0.37
HSL 330º 0.15% 0.56% -
HSV(B) 330º 0.21% 0.63% -
XYZ 27.32 24.77 29.73 -
YUV 139.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 161 127 144 0 0.21 0.11 0.37 330 0.15 0.56
Hex A1 7F 90 0 15 B 25 14A F 38
Octal 241 177 220 0 25 13 45 512 17 70
Binary 10100001 1111111 10010000 0 10101 1011 100101 101001010 1111 111000

Color Harmonies of #A17F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F90

Black with #A17F90

Text Example


Text Example

White with #A17F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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