#A27692

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

Shades of Mountbatten Pink #A27692

Tints of Mountbatten Pink #A27692

Color information

#A27692 (or 0xA27692) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 76 and 92. RGB value is (162,118,146). Sum of RGB (Red+Green+Blue) = 162+118+146=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A27692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27692 is #5D896D. Grayscale: #868686. Windows color (decimal): -6130030 or 9598626. OLE color: 9598626.

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

Color convert

RGB162118146-
CMYK00.270.100.36
HSL321.82º19.13%54.9%-
HSV(B)321.82º27.16%63.53%-
XYZ26.5722.7130.18-
YUV134.35134.58147.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=38.03%
G=27.70%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211814600.270.100.36321.8219.1354.9
HexA2769201BA241421337
Octal24216622203312445022367
Binary10100010111011010010010011011101010010010100001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27692; }

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

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

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

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

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

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

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

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