#AA6394

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

Shades of Mountbatten Pink #AA6394

Tints of Mountbatten Pink #AA6394

Color information

#AA6394 (or 0xAA6394) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 63 and 94. RGB value is (170,99,148). Sum of RGB (Red+Green+Blue) = 170+99+148=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6394 is #559C6B. Grayscale: #7D7D7D. Windows color (decimal): -5610604 or 9724842. OLE color: 9724842.

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

Color convert

RGB17099148-
CMYK00.420.130.33
HSL318.59º29.46%52.75%-
HSV(B)318.59º41.76%66.67%-
XYZ26.3819.6130.41-
YUV125.82140.52159.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 99 (39.06% from 255) = 23.74%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=40.77%
G=23.74%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709914800.420.130.33318.5929.4652.75
HexAA639402AD2113f1d35
Octal25214322405215414773565
Binary101010101100011100101000101010110110000110011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6394; }

 p { color: rgb(170,99,148); }

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

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

 a { background-color: rgb(170,99,148); }

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

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

 span { border-color: rgb(170,99,148); }

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