#A27693

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

Shades of Mountbatten Pink #A27693

Tints of Mountbatten Pink #A27693

Color information

#A27693 (or 0xA27693) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 76 and 93. RGB value is (162,118,147). Sum of RGB (Red+Green+Blue) = 162+118+147=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A27693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27693 is #5D896C. Grayscale: #868686. Windows color (decimal): -6130029 or 9664162. OLE color: 9664162.

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

Color convert

RGB162118147-
CMYK00.270.090.36
HSL320.45º19.13%54.9%-
HSV(B)320.45º27.16%63.53%-
XYZ26.6522.7430.59-
YUV134.46135.08147.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=37.94%
G=27.63%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211814700.270.090.36320.4519.1354.9
HexA2769301B9241401337
Octal24216622303311445002367
Binary10100010111011010010011011011100110010010100000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27693; }

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

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

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

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

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

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

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

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