#A27096

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

Shades of Mountbatten Pink #A27096

Tints of Mountbatten Pink #A27096

Color information

#A27096 (or 0xA27096) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 70 and 96. RGB value is (162,112,150). Sum of RGB (Red+Green+Blue) = 162+112+150=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A27096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27096 is #5D8F69. Grayscale: #838383. Windows color (decimal): -6131562 or 9859234. OLE color: 9859234.

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

Color convert

RGB162112150-
CMYK00.310.070.36
HSL314.4º21.19%53.73%-
HSV(B)314.4º30.86%63.53%-
XYZ26.221.4731.62-
YUV131.28138.56149.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=38.21%
G=26.42%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211215000.310.070.36314.421.1953.73
HexA2709601F72413a1536
Octal2421602260377444722566
Binary1010001011100001001011001111111110010010011101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27096; }

 p { color: rgb(162,112,150); }

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

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

 a { background-color: rgb(162,112,150); }

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

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

 span { border-color: rgb(162,112,150); }

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