Html Css Color HEX #A57191 Mountbatten Pink

📋 copy color: '#A57191'

red 165 ◦ green 113 ◦ blue 145

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

Shades of Mountbatten Pink #A57191

Tints of Mountbatten Pink #A57191

RGB

 RED value IS 165 (64.84% from 255) = 39.01%

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

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

R = 39.01%
G = 26.71%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A57191 (or 0xA57191) is known color: Mountbatten Pink. HEX triplet: A5, 71 and 91. RGB value is (165,113,145). Sum of RGB (Red+Green+Blue) = 165+113+145=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A57191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57191 is #5A8E6E. Grayscale: #848484. Windows color (decimal): -5934703 or 9531813. OLE color: 9531813.

HSL color Cylindrical-coordinate representation of color #A57191: hue angle of 323.08º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57191 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 113 145 -
CMYK 0 0.32 0.12 0.35
HSL 323.08º 0.22% 0.55% -
HSV(B) 323.08º 0.32% 0.65% -
XYZ 26.53 21.85 29.61 -
YUV 132.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 165 113 145 0 0.32 0.12 0.35 323.08 0.22 0.55
Hex A5 71 91 0 20 C 23 143 16 37
Octal 245 161 221 0 40 14 43 503 26 67
Binary 10100101 1110001 10010001 0 100000 1100 100011 101000011 10110 110111

Color Harmonies of #A57191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57191

Black with #A57191

Text Example


Text Example

White with #A57191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57191; }

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

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

background-color css

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

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

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

border-color css

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

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

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