#A07191

Color #A07191 Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #A07191

Tints of Mountbatten Pink #A07191

Color information

#A07191 (or 0xA07191) is unknown color: approx 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

RGB160113145-
CMYK00.290.090.37
HSL319.15º19.83%53.53%-
HSV(B)319.15º29.37%62.75%-
XYZ25.5121.3329.56-
YUV130.7136.07148.9-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011314500.290.090.37319.1519.8353.53
HexA0719101D92513f1436
Octal24016122103511454772466
Binary10100000111000110010001011101100110010110011111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>