#A27294

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

Shades of Mountbatten Pink #A27294

Tints of Mountbatten Pink #A27294

Color information

#A27294 (or 0xA27294) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 72 and 94. RGB value is (162,114,148). Sum of RGB (Red+Green+Blue) = 162+114+148=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A27294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27294 is #5D8D6B. Grayscale: #848484. Windows color (decimal): -6131052 or 9728674. OLE color: 9728674.

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

Color convert

RGB162114148-
CMYK00.300.090.36
HSL317.5º20.51%54.12%-
HSV(B)317.5º29.63%63.53%-
XYZ26.2621.8530.85-
YUV132.23136.9149.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=38.21%
G=26.89%
B=34.91%

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
Decimal16211414800.300.090.36317.520.5154.12
HexA2729401E92413e1536
Octal24216222403611444762566
Binary10100010111001010010100011110100110010010011111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27294; }

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

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

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

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

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

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

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

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