#A2698D

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

Shades of Mountbatten Pink #A2698D

Tints of Mountbatten Pink #A2698D

Color information

#A2698D (or 0xA2698D) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 69 and 8D. RGB value is (162,105,141). Sum of RGB (Red+Green+Blue) = 162+105+141=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A2698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2698D is #5D9672. Grayscale: #7E7E7E. Windows color (decimal): -6133363 or 9267618. OLE color: 9267618.

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

Color convert

RGB162105141-
CMYK00.350.130.36
HSL322.11º23.46%52.35%-
HSV(B)322.11º35.19%63.53%-
XYZ24.7619.7127.7-
YUV126.15136.38153.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=39.71%
G=25.74%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210514100.350.130.36322.1123.4652.35
HexA2698D023D241421734
Octal24215121504315445022764
Binary101000101101001100011010100011110110010010100001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2698D; }

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

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

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

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

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

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

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

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