Html Css Color HEX #A07191 Mountbatten Pink

📋 copy color: '#A07191'

red 160 ◦ green 113 ◦ blue 145

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

Shades of Mountbatten Pink #A07191

Tints of Mountbatten Pink #A07191

RGB

 RED value IS 160 (62.89% from 255) = 38.28%

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

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

R = 38.28%
G = 27.03%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A07191 (or 0xA07191) is known color: Mountbatten Pink. HEX triplet: A0, 71 and 91. RGB value is (160,113,145). Sum of RGB (Red+Green+Blue) = 160+113+145=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 160 - color contains mainly: red. Hex color #A07191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07191 is #5F8E6E. Grayscale: #828282. Windows color (decimal): -6262383 or 9531808. OLE color: 9531808.

HSL color Cylindrical-coordinate representation of color #A07191: hue angle of 319.15º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07191 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 113 145 -
CMYK 0 0.29 0.09 0.37
HSL 319.15º 0.2% 0.54% -
HSV(B) 319.15º 0.29% 0.63% -
XYZ 25.51 21.33 29.56 -
YUV 130.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 160 113 145 0 0.29 0.09 0.37 319.15 0.2 0.54
Hex A0 71 91 0 1D 9 25 13F 14 36
Octal 240 161 221 0 35 11 45 477 24 66
Binary 10100000 1110001 10010001 0 11101 1001 100101 100111111 10100 110110

Color Harmonies of #A07191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07191

Black with #A07191

Text Example


Text Example

White with #A07191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07191; }

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

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

background-color css

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

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

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

border-color css

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

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

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