#A17892

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

Shades of Mountbatten Pink #A17892

Tints of Mountbatten Pink #A17892

Color information

#A17892 (or 0xA17892) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 78 and 92. RGB value is (161,120,146). Sum of RGB (Red+Green+Blue) = 161+120+146=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A17892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17892 is #5E876D. Grayscale: #878787. Windows color (decimal): -6195054 or 9599137. OLE color: 9599137.

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

Color convert

RGB161120146-
CMYK00.250.090.37
HSL321.95º17.9%55.1%-
HSV(B)321.95º25.47%63.14%-
XYZ26.623.0930.25-
YUV135.22134.08146.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=37.70%
G=28.10%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112014600.250.090.37321.9517.955.1
HexA178920199251421237
Octal24117022203111455022267
Binary10100001111100010010010011001100110010110100001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17892; }

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

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

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

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

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

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

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

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