#A17893

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

Shades of Mountbatten Pink #A17893

Tints of Mountbatten Pink #A17893

Color information

#A17893 (or 0xA17893) is unknown color: approx Mountbatten Pink. HEX triplet: A1, 78 and 93. RGB value is (161,120,147). Sum of RGB (Red+Green+Blue) = 161+120+147=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A17893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17893 is #5E876C. Grayscale: #878787. Windows color (decimal): -6195053 or 9664673. OLE color: 9664673.

HSL color Cylindrical-coordinate representation of color #A17893: hue angle of 320.49º 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 #A17893 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB161120147-
CMYK00.250.090.37
HSL320.49º17.9%55.1%-
HSV(B)320.49º25.47%63.14%-
XYZ26.6823.1230.66-
YUV135.34134.58146.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 120 (47.27% from 255) = 28.04%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=37.62%
G=28.04%
B=34.35%

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
Decimal16112014700.250.090.37320.4917.955.1
HexA178930199251401237
Octal24117022303111455002267
Binary10100001111100010010011011001100110010110100000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17893; }

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

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

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

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

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

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

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

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