#A27093

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

Shades of Mountbatten Pink #A27093

Tints of Mountbatten Pink #A27093

Color information

#A27093 (or 0xA27093) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 70 and 93. RGB value is (162,112,147). Sum of RGB (Red+Green+Blue) = 162+112+147=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 162 - color contains mainly: red. Hex color #A27093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27093 is #5D8F6C. Grayscale: #828282. Windows color (decimal): -6131565 or 9662626. OLE color: 9662626.

HSL color Cylindrical-coordinate representation of color #A27093: hue angle of 318º 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 #A27093 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162112147-
CMYK00.310.090.36
HSL318º21.19%53.73%-
HSV(B)318º30.86%63.53%-
XYZ25.9621.3830.36-
YUV130.94137.06150.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=38.48%
G=26.60%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211214700.310.090.3631821.1953.73
HexA2709301F92413e1536
Octal24216022303711444762566
Binary10100010111000010010011011111100110010010011111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27093; }

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

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

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

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

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

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

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

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