Html Css Color HEX #A27991 Mountbatten Pink

📋 copy color: '#A27991'

red 162 ◦ green 121 ◦ blue 145

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

Shades of Mountbatten Pink #A27991

Tints of Mountbatten Pink #A27991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.27%

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

R = 37.85%
G = 28.27%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A27991 (or 0xA27991) is known color: Mountbatten Pink. HEX triplet: A2, 79 and 91. RGB value is (162,121,145). Sum of RGB (Red+Green+Blue) = 162+121+145=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A27991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27991 is #5D866E. Grayscale: #878787. Windows color (decimal): -6129263 or 9533858. OLE color: 9533858.

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

Color convert

RGB 162 121 145 -
CMYK 0 0.25 0.10 0.36
HSL 324.88º 0.18% 0.55% -
HSV(B) 324.88º 0.25% 0.64% -
XYZ 26.85 23.4 29.89 -
YUV 136 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 162 121 145 0 0.25 0.10 0.36 324.88 0.18 0.55
Hex A2 79 91 0 19 A 24 145 12 37
Octal 242 171 221 0 31 12 44 505 22 67
Binary 10100010 1111001 10010001 0 11001 1010 100100 101000101 10010 110111

Color Harmonies of #A27991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27991

Black with #A27991

Text Example


Text Example

White with #A27991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27991; }

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

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

background-color css

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

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

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

border-color css

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

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

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