Html Css Color HEX #A27F8F Mountbatten Pink

📋 copy color: '#A27F8F'

red 162 ◦ green 127 ◦ blue 143

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

Shades of Mountbatten Pink #A27F8F

Tints of Mountbatten Pink #A27F8F

RGB

 RED value IS 162 (63.67% from 255) = 37.5%

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

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

R = 37.5%
G = 29.4%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A27F8F (or 0xA27F8F) is known color: Mountbatten Pink. HEX triplet: A2, 7F and 8F. RGB value is (162,127,143). Sum of RGB (Red+Green+Blue) = 162+127+143=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27F8F is #5D8070. Grayscale: #8B8B8B. Windows color (decimal): -6127729 or 9404322. OLE color: 9404322.

HSL color Cylindrical-coordinate representation of color #A27F8F: hue angle of 332.57º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27F8F is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 127 143 -
CMYK 0 0.22 0.12 0.36
HSL 332.57º 0.16% 0.57% -
HSV(B) 332.57º 0.22% 0.64% -
XYZ 27.45 24.84 29.34 -
YUV 139.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 162 127 143 0 0.22 0.12 0.36 332.57 0.16 0.57
Hex A2 7F 8F 0 16 C 24 14D 10 39
Octal 242 177 217 0 26 14 44 515 20 71
Binary 10100010 1111111 10001111 0 10110 1100 100100 101001101 10000 111001

Color Harmonies of #A27F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F8F

Black with #A27F8F

Text Example


Text Example

White with #A27F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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