#AA6692

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

Shades of Mountbatten Pink #AA6692

Tints of Mountbatten Pink #AA6692

Color information

#AA6692 (or 0xAA6692) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 66 and 92. RGB value is (170,102,146). Sum of RGB (Red+Green+Blue) = 170+102+146=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6692 is #55996D. Grayscale: #7F7F7F. Windows color (decimal): -5609838 or 9594538. OLE color: 9594538.

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

Color convert

RGB170102146-
CMYK00.40.140.33
HSL321.18º28.57%53.33%-
HSV(B)321.18º40%66.67%-
XYZ26.5220.1229.68-
YUV127.35138.53158.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=40.67%
G=24.40%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010214600.40.140.33321.1828.5753.33
HexAA6692028E211411d35
Octal25214622205016415013565
Binary101010101100110100100100101000111010000110100000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6692; }

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

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

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

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

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

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

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

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