Html Css Color HEX #A27F8C Mountbatten Pink

📋 copy color: '#A27F8C'

red 162 ◦ green 127 ◦ blue 140

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

Shades of Mountbatten Pink #A27F8C

Tints of Mountbatten Pink #A27F8C

RGB

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

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

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

R = 37.76%
G = 29.6%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A27F8C (or 0xA27F8C) is known color: Mountbatten Pink. HEX triplet: A2, 7F and 8C. RGB value is (162,127,140). Sum of RGB (Red+Green+Blue) = 162+127+140=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27F8C is #5D8073. Grayscale: #8A8A8A. Windows color (decimal): -6127732 or 9207714. OLE color: 9207714.

HSL color Cylindrical-coordinate representation of color #A27F8C: hue angle of 337.71º 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 #A27F8C is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 127 140 -
CMYK 0 0.22 0.14 0.36
HSL 337.71º 0.16% 0.57% -
HSV(B) 337.71º 0.22% 0.64% -
XYZ 27.22 24.75 28.15 -
YUV 138.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 162 127 140 0 0.22 0.14 0.36 337.71 0.16 0.57
Hex A2 7F 8C 0 16 E 24 152 10 39
Octal 242 177 214 0 26 16 44 522 20 71
Binary 10100010 1111111 10001100 0 10110 1110 100100 101010010 10000 111001

Color Harmonies of #A27F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F8C

Black with #A27F8C

Text Example


Text Example

White with #A27F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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