#A27390

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

Shades of Mountbatten Pink #A27390

Tints of Mountbatten Pink #A27390

Color information

#A27390 (or 0xA27390) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 73 and 90. RGB value is (162,115,144). Sum of RGB (Red+Green+Blue) = 162+115+144=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A27390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27390 is #5D8C6F. Grayscale: #848484. Windows color (decimal): -6130800 or 9466786. OLE color: 9466786.

HSL color Cylindrical-coordinate representation of color #A27390: hue angle of 322.98º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A27390 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB162115144-
CMYK00.290.110.36
HSL322.98º20.17%54.31%-
HSV(B)322.98º29.01%63.53%-
XYZ26.0721.9629.25-
YUV132.36134.57149.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=38.48%
G=27.32%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211514400.290.110.36322.9820.1754.31
HexA2739001DB241431436
Octal24216322003513445032466
Binary10100010111001110010000011101101110010010100001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27390; }

 p { color: rgb(162,115,144); }

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

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

 a { background-color: rgb(162,115,144); }

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

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

 span { border-color: rgb(162,115,144); }

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