#A27A8B

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

Shades of Mountbatten Pink #A27A8B

Tints of Mountbatten Pink #A27A8B

Color information

#A27A8B (or 0xA27A8B) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 7A and 8B. RGB value is (162,122,139). Sum of RGB (Red+Green+Blue) = 162+122+139=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27A8B is #5D8574. Grayscale: #878787. Windows color (decimal): -6129013 or 9140898. OLE color: 9140898.

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

Color convert

RGB162122139-
CMYK00.250.140.36
HSL334.5º17.7%55.69%-
HSV(B)334.5º24.69%63.53%-
XYZ26.5223.4627.56-
YUV135.9129.75146.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=38.30%
G=28.84%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212213900.250.140.36334.517.755.69
HexA27A8B019E2414e1238
Octal24217221303116445162270
Binary10100010111101010001011011001111010010010100111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27A8B; }

 p { color: rgb(162,122,139); }

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

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

 a { background-color: rgb(162,122,139); }

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

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

 span { border-color: rgb(162,122,139); }

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