#A27193

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

Shades of Mountbatten Pink #A27193

Tints of Mountbatten Pink #A27193

Color information

#A27193 (or 0xA27193) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 71 and 93. RGB value is (162,113,147). Sum of RGB (Red+Green+Blue) = 162+113+147=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A27193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27193 is #5D8E6C. Grayscale: #838383. Windows color (decimal): -6131309 or 9662882. OLE color: 9662882.

HSL color Cylindrical-coordinate representation of color #A27193: hue angle of 318.37º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A27193 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162113147-
CMYK00.300.090.36
HSL318.37º20.85%53.92%-
HSV(B)318.37º30.25%63.53%-
XYZ26.0721.630.4-
YUV131.53136.73149.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=38.39%
G=26.78%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211314700.300.090.36318.3720.8553.92
HexA2719301E92413e1536
Octal24216122303611444762566
Binary10100010111000110010011011110100110010010011111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27193; }

 p { color: rgb(162,113,147); }

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

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

 a { background-color: rgb(162,113,147); }

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

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

 span { border-color: rgb(162,113,147); }

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