#AA6992

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

Shades of Mountbatten Pink #AA6992

Tints of Mountbatten Pink #AA6992

Color information

#AA6992 (or 0xAA6992) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 69 and 92. RGB value is (170,105,146). Sum of RGB (Red+Green+Blue) = 170+105+146=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6992 is #55966D. Grayscale: #818181. Windows color (decimal): -5609070 or 9595306. OLE color: 9595306.

HSL color Cylindrical-coordinate representation of color #AA6992: hue angle of 322.15º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA6992 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB170105146-
CMYK00.380.140.33
HSL322.15º27.66%53.92%-
HSV(B)322.15º38.24%66.67%-
XYZ26.8220.7229.78-
YUV129.11137.53157.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=40.38%
G=24.94%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010514600.380.140.33322.1527.6653.92
HexAA6992026E211421c36
Octal25215122204616415023466
Binary101010101101001100100100100110111010000110100001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6992; }

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

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

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

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

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

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

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

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