#A96993

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

Shades of Mountbatten Pink #A96993

Tints of Mountbatten Pink #A96993

Color information

#A96993 (or 0xA96993) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 69 and 93. RGB value is (169,105,147). Sum of RGB (Red+Green+Blue) = 169+105+147=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A96993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96993 is #56966C. Grayscale: #808080. Windows color (decimal): -5674605 or 9660841. OLE color: 9660841.

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

Color convert

RGB169105147-
CMYK00.380.130.34
HSL320.62º27.12%53.73%-
HSV(B)320.62º37.87%66.27%-
XYZ26.6820.6430.18-
YUV128.92138.2156.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 147 (57.81% from 255) = 34.92%
R=40.14%
G=24.94%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910514700.380.130.34320.6227.1253.73
HexA96993026D221411b36
Octal25115122304615425013366
Binary101010011101001100100110100110110110001010100000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96993; }

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

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

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

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

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

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

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

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