#A27B8B

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

Shades of Mountbatten Pink #A27B8B

Tints of Mountbatten Pink #A27B8B

Color information

#A27B8B (or 0xA27B8B) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 7B and 8B. RGB value is (162,123,139). Sum of RGB (Red+Green+Blue) = 162+123+139=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27B8B is #5D8474. Grayscale: #888888. Windows color (decimal): -6128757 or 9141154. OLE color: 9141154.

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

Color convert

RGB162123139-
CMYK00.240.140.36
HSL335.38º17.33%55.88%-
HSV(B)335.38º24.07%63.53%-
XYZ26.6423.7127.6-
YUV136.48129.42146.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=38.21%
G=29.01%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212313900.240.140.36335.3817.3355.88
HexA27B8B018E2414f1138
Octal24217321303016445172170
Binary10100010111101110001011011000111010010010100111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B8B; }

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

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

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

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

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

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

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

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