#A27694

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

Shades of Mountbatten Pink #A27694

Tints of Mountbatten Pink #A27694

Color information

#A27694 (or 0xA27694) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 76 and 94. RGB value is (162,118,148). Sum of RGB (Red+Green+Blue) = 162+118+148=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A27694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27694 is #5D896B. Grayscale: #868686. Windows color (decimal): -6130028 or 9729698. OLE color: 9729698.

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

Color convert

RGB162118148-
CMYK00.270.090.36
HSL319.09º19.13%54.9%-
HSV(B)319.09º27.16%63.53%-
XYZ26.7222.7831-
YUV134.58135.58147.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=37.85%
G=27.57%
B=34.58%

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
Decimal16211814800.270.090.36319.0919.1354.9
HexA2769401B92413f1337
Octal24216622403311444772367
Binary10100010111011010010100011011100110010010011111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27694; }

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

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

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

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

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

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

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

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