#A27D90

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

Shades of Mountbatten Pink #A27D90

Tints of Mountbatten Pink #A27D90

Color information

#A27D90 (or 0xA27D90) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 7D and 90. RGB value is (162,125,144). Sum of RGB (Red+Green+Blue) = 162+125+144=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27D90 is #5D826F. Grayscale: #8A8A8A. Windows color (decimal): -6128240 or 9469346. OLE color: 9469346.

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

Color convert

RGB162125144-
CMYK00.230.110.36
HSL329.19º16.59%56.27%-
HSV(B)329.19º22.84%63.53%-
XYZ27.2724.3629.65-
YUV138.23131.26144.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 144 (56.64% from 255) = 33.41%
R=37.59%
G=29.00%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212514400.230.110.36329.1916.5956.27
HexA27D90017B241491138
Octal24217522002713445112170
Binary10100010111110110010000010111101110010010100100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27D90; }

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

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

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

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

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

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

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

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