#A2668F

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

Shades of Mountbatten Pink #A2668F

Tints of Mountbatten Pink #A2668F

Color information

#A2668F (or 0xA2668F) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 66 and 8F. RGB value is (162,102,143). Sum of RGB (Red+Green+Blue) = 162+102+143=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A2668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2668F is #5D9970. Grayscale: #7C7C7C. Windows color (decimal): -6134129 or 9397922. OLE color: 9397922.

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

Color convert

RGB162102143-
CMYK00.370.120.36
HSL319º24.39%51.76%-
HSV(B)319º37.04%63.53%-
XYZ24.6119.1728.39-
YUV124.61138.38154.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=39.80%
G=25.06%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210214300.370.120.3631924.3951.76
HexA2668F025C2413f1834
Octal24214621704514444773064
Binary101000101100110100011110100101110010010010011111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2668F; }

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

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

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

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

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

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

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

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