#AA6393

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

Shades of Mountbatten Pink #AA6393

Tints of Mountbatten Pink #AA6393

Color information

#AA6393 (or 0xAA6393) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 63 and 93. RGB value is (170,99,147). Sum of RGB (Red+Green+Blue) = 170+99+147=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6393 is #559C6C. Grayscale: #7D7D7D. Windows color (decimal): -5610605 or 9659306. OLE color: 9659306.

HSL color Cylindrical-coordinate representation of color #AA6393: hue angle of 319.44º 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 #AA6393 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17099147-
CMYK00.420.140.33
HSL319.44º29.46%52.75%-
HSV(B)319.44º41.76%66.67%-
XYZ26.3119.5830-
YUV125.7140.02159.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=40.87%
G=23.80%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709914700.420.140.33319.4429.4652.75
HexAA639302AE2113f1d35
Octal25214322305216414773565
Binary101010101100011100100110101010111010000110011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6393; }

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

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

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

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

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

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

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

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