Html Css Color HEX #A27188 Mountbatten Pink

📋 copy color: '#A27188'

red 162 ◦ green 113 ◦ blue 136

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

Shades of Mountbatten Pink #A27188

Tints of Mountbatten Pink #A27188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.49%

 BLUE value IS 136 (53.52% from 255) = 33.09%

R = 39.42%
G = 27.49%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A27188 (or 0xA27188) is known color: Mountbatten Pink. HEX triplet: A2, 71 and 88. RGB value is (162,113,136). Sum of RGB (Red+Green+Blue) = 162+113+136=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A27188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27188 is #5D8E77. Grayscale: #828282. Windows color (decimal): -6131320 or 8941986. OLE color: 8941986.

HSL color Cylindrical-coordinate representation of color #A27188: hue angle of 331.84º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A27188 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 113 136 -
CMYK 0 0.30 0.16 0.36
HSL 331.84º 0.21% 0.54% -
HSV(B) 331.84º 0.3% 0.64% -
XYZ 25.25 21.27 26.07 -
YUV 130.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 162 113 136 0 0.30 0.16 0.36 331.84 0.21 0.54
Hex A2 71 88 0 1E 10 24 14C 15 36
Octal 242 161 210 0 36 20 44 514 25 66
Binary 10100010 1110001 10001000 0 11110 10000 100100 101001100 10101 110110

Color Harmonies of #A27188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27188

Black with #A27188

Text Example


Text Example

White with #A27188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27188; }

 p { color: rgb(162,113,136); }

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

background-color css

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

 a { background-color: rgb(162,113,136); }

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

border-color css

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

 span { border-color: rgb(162,113,136); }

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