#A17492

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

Shades of Mountbatten Pink #A17492

Tints of Mountbatten Pink #A17492

Color information

#A17492 (or 0xA17492) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 74 and 92. RGB value is (161,116,146). Sum of RGB (Red+Green+Blue) = 161+116+146=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A17492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17492 is #5E8B6D. Grayscale: #848484. Windows color (decimal): -6196078 or 9598113. OLE color: 9598113.

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

Color convert

RGB161116146-
CMYK00.280.090.37
HSL320º19.31%54.31%-
HSV(B)320º27.95%63.14%-
XYZ26.1322.1430.09-
YUV132.88135.41148.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 116 (45.70% from 255) = 27.42%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=38.06%
G=27.42%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111614600.280.090.3732019.3154.31
HexA1749201C9251401336
Octal24116422203411455002366
Binary10100001111010010010010011100100110010110100000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17492; }

 p { color: rgb(161,116,146); }

 H1.HeaderClassName
 {
   color: #A17492;
 }
 .AnyTagClassName
 {
   color: #A17492;
 }
</style>
background-color css

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

 a { background-color: rgb(161,116,146); }

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

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

 span { border-color: rgb(161,116,146); }

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