#A26992

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

Shades of Mountbatten Pink #A26992

Tints of Mountbatten Pink #A26992

Color information

#A26992 (or 0xA26992) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 69 and 92. RGB value is (162,105,146). Sum of RGB (Red+Green+Blue) = 162+105+146=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A26992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26992 is #5D966D. Grayscale: #7E7E7E. Windows color (decimal): -6133358 or 9595298. OLE color: 9595298.

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

Color convert

RGB162105146-
CMYK00.350.100.36
HSL316.84º23.46%52.35%-
HSV(B)316.84º35.19%63.53%-
XYZ25.1419.8629.7-
YUV126.72138.88153.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=39.23%
G=25.42%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210514600.350.100.36316.8423.4652.35
HexA26992023A2413d1734
Octal24215122204312444752764
Binary101000101101001100100100100011101010010010011110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26992; }

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

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

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

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

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

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

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

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