#A2698F

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

Shades of Mountbatten Pink #A2698F

Tints of Mountbatten Pink #A2698F

Color information

#A2698F (or 0xA2698F) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 69 and 8F. RGB value is (162,105,143). Sum of RGB (Red+Green+Blue) = 162+105+143=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A2698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2698F is #5D9670. Grayscale: #7E7E7E. Windows color (decimal): -6133361 or 9398690. OLE color: 9398690.

HSL color Cylindrical-coordinate representation of color #A2698F: hue angle of 320º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2698F is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB162105143-
CMYK00.350.120.36
HSL320º23.46%52.35%-
HSV(B)320º35.19%63.53%-
XYZ24.9119.7728.49-
YUV126.38137.38153.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 143 (56.25% from 255) = 34.88%
R=39.51%
G=25.61%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210514300.350.120.3632023.4652.35
HexA2698F023C241401734
Octal24215121704314445002764
Binary101000101101001100011110100011110010010010100000010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2698F; }

 p { color: rgb(162,105,143); }

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

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

 a { background-color: rgb(162,105,143); }

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

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

 span { border-color: rgb(162,105,143); }

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