#A26990

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

Shades of Mountbatten Pink #A26990

Tints of Mountbatten Pink #A26990

Color information

#A26990 (or 0xA26990) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 69 and 90. RGB value is (162,105,144). Sum of RGB (Red+Green+Blue) = 162+105+144=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A26990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26990 is #5D966F. Grayscale: #7E7E7E. Windows color (decimal): -6133360 or 9464226. OLE color: 9464226.

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

Color convert

RGB162105144-
CMYK00.350.110.36
HSL318.95º23.46%52.35%-
HSV(B)318.95º35.19%63.53%-
XYZ24.9919.828.89-
YUV126.49137.88153.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=39.42%
G=25.55%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210514400.350.110.36318.9523.4652.35
HexA26990023B2413f1734
Octal24215122004313444772764
Binary101000101101001100100000100011101110010010011111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26990; }

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

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

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

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

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

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

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

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