#A96393

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

Shades of Mountbatten Pink #A96393

Tints of Mountbatten Pink #A96393

Color information

#A96393 (or 0xA96393) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 63 and 93. RGB value is (169,99,147). Sum of RGB (Red+Green+Blue) = 169+99+147=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A96393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96393 is #569C6C. Grayscale: #7D7D7D. Windows color (decimal): -5676141 or 9659305. OLE color: 9659305.

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

Color convert

RGB16999147-
CMYK00.410.130.34
HSL318.86º28.93%52.55%-
HSV(B)318.86º41.42%66.27%-
XYZ26.0919.4729.99-
YUV125.4140.19159.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=40.72%
G=23.86%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699914700.410.130.34318.8628.9352.55
HexA96393029D2213f1d35
Octal25114322305115424773565
Binary101010011100011100100110101001110110001010011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96393; }

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

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

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

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

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

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

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

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