Html Css Color HEX #A87191 Mountbatten Pink

📋 copy color: '#A87191'

red 168 ◦ green 113 ◦ blue 145

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

Shades of Mountbatten Pink #A87191

Tints of Mountbatten Pink #A87191

RGB

 RED value IS 168 (66.02% from 255) = 39.44%

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

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

R = 39.44%
G = 26.53%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A87191 (or 0xA87191) is known color: Mountbatten Pink. HEX triplet: A8, 71 and 91. RGB value is (168,113,145). Sum of RGB (Red+Green+Blue) = 168+113+145=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A87191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87191 is #578E6E. Grayscale: #858585. Windows color (decimal): -5738095 or 9531816. OLE color: 9531816.

HSL color Cylindrical-coordinate representation of color #A87191: hue angle of 325.09º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87191 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 113 145 -
CMYK 0 0.33 0.14 0.34
HSL 325.09º 0.24% 0.55% -
HSV(B) 325.09º 0.33% 0.66% -
XYZ 27.16 22.18 29.64 -
YUV 133.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 168 113 145 0 0.33 0.14 0.34 325.09 0.24 0.55
Hex A8 71 91 0 21 E 22 145 18 37
Octal 250 161 221 0 41 16 42 505 30 67
Binary 10101000 1110001 10010001 0 100001 1110 100010 101000101 11000 110111

Color Harmonies of #A87191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87191

Black with #A87191

Text Example


Text Example

White with #A87191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87191; }

 p { color: rgb(168,113,145); }

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

background-color css

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

 a { background-color: rgb(168,113,145); }

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

border-color css

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

 span { border-color: rgb(168,113,145); }

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