Html Css Color HEX #A27C91 Mountbatten Pink

📋 copy color: '#A27C91'

red 162 ◦ green 124 ◦ blue 145

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

Shades of Mountbatten Pink #A27C91

Tints of Mountbatten Pink #A27C91

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.77%

 BLUE value IS 145 (57.03% from 255) = 33.64%

R = 37.59%
G = 28.77%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A27C91 (or 0xA27C91) is known color: Mountbatten Pink. HEX triplet: A2, 7C and 91. RGB value is (162,124,145). Sum of RGB (Red+Green+Blue) = 162+124+145=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C91 is #5D836E. Grayscale: #898989. Windows color (decimal): -6128495 or 9534626. OLE color: 9534626.

HSL color Cylindrical-coordinate representation of color #A27C91: hue angle of 326.84º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A27C91 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 124 145 -
CMYK 0 0.23 0.10 0.36
HSL 326.84º 0.17% 0.56% -
HSV(B) 326.84º 0.23% 0.64% -
XYZ 27.22 24.14 30.01 -
YUV 137.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 162 124 145 0 0.23 0.10 0.36 326.84 0.17 0.56
Hex A2 7C 91 0 17 A 24 147 11 38
Octal 242 174 221 0 27 12 44 507 21 70
Binary 10100010 1111100 10010001 0 10111 1010 100100 101000111 10001 111000

Color Harmonies of #A27C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27C91

Black with #A27C91

Text Example


Text Example

White with #A27C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27C91; }

 p { color: rgb(162,124,145); }

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

background-color css

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

 a { background-color: rgb(162,124,145); }

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

border-color css

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

 span { border-color: rgb(162,124,145); }

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