#A27495

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

Shades of Mountbatten Pink #A27495

Tints of Mountbatten Pink #A27495

Color information

#A27495 (or 0xA27495) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 74 and 95. RGB value is (162,116,149). Sum of RGB (Red+Green+Blue) = 162+116+149=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A27495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27495 is #5D8B6A. Grayscale: #858585. Windows color (decimal): -6130539 or 9794722. OLE color: 9794722.

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

Color convert

RGB162116149-
CMYK00.280.080.36
HSL316.96º19.83%54.51%-
HSV(B)316.96º28.4%63.53%-
XYZ26.5722.3431.35-
YUV133.52136.74148.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=37.94%
G=27.17%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211614900.280.080.36316.9619.8354.51
HexA2749501C82413d1437
Octal24216422503410444752467
Binary10100010111010010010101011100100010010010011110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27495; }

 p { color: rgb(162,116,149); }

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

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

 a { background-color: rgb(162,116,149); }

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

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

 span { border-color: rgb(162,116,149); }

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