#AA6C8D

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

Shades of Mountbatten Pink #AA6C8D

Tints of Mountbatten Pink #AA6C8D

Color information

#AA6C8D (or 0xAA6C8D) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 6C and 8D. RGB value is (170,108,141). Sum of RGB (Red+Green+Blue) = 170+108+141=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C8D is #559372. Grayscale: #828282. Windows color (decimal): -5608307 or 9268394. OLE color: 9268394.

HSL color Cylindrical-coordinate representation of color #AA6C8D: hue angle of 328.06º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6C8D is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB170108141-
CMYK00.360.170.33
HSL328.06º26.72%54.51%-
HSV(B)328.06º36.47%66.67%-
XYZ26.7521.1927.88-
YUV130.3134.04156.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 108 (42.58% from 255) = 25.78%
BLUE value IS 141 (55.47% from 255) = 33.65%
R=40.57%
G=25.78%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010814100.360.170.33328.0626.7254.51
HexAA6C8D02411211481b37
Octal25215421504421415103367
Binary1010101011011001000110101001001000110000110100100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C8D; }

 p { color: rgb(170,108,141); }

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

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

 a { background-color: rgb(170,108,141); }

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

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

 span { border-color: rgb(170,108,141); }

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