#A27194

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

Shades of Mountbatten Pink #A27194

Tints of Mountbatten Pink #A27194

Color information

#A27194 (or 0xA27194) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 71 and 94. RGB value is (162,113,148). Sum of RGB (Red+Green+Blue) = 162+113+148=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A27194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27194 is #5D8E6B. Grayscale: #838383. Windows color (decimal): -6131308 or 9728418. OLE color: 9728418.

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

Color convert

RGB162113148-
CMYK00.300.090.36
HSL317.14º20.85%53.92%-
HSV(B)317.14º30.25%63.53%-
XYZ26.1521.6330.81-
YUV131.64137.23149.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=38.30%
G=26.71%
B=34.99%

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
Decimal16211314800.300.090.36317.1420.8553.92
HexA2719401E92413d1536
Octal24216122403611444752566
Binary10100010111000110010100011110100110010010011110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27194; }

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

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

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

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

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

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

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

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