#A96590

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

Shades of Mountbatten Pink #A96590

Tints of Mountbatten Pink #A96590

Color information

#A96590 (or 0xA96590) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 65 and 90. RGB value is (169,101,144). Sum of RGB (Red+Green+Blue) = 169+101+144=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A96590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96590 is #569A6F. Grayscale: #7E7E7E. Windows color (decimal): -5675632 or 9463209. OLE color: 9463209.

HSL color Cylindrical-coordinate representation of color #A96590: hue angle of 322.06º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96590 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB169101144-
CMYK00.400.150.34
HSL322.06º28.33%52.94%-
HSV(B)322.06º40.24%66.27%-
XYZ26.0519.7628.83-
YUV126.23138.03158.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=40.82%
G=24.40%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910114400.400.150.34322.0628.3352.94
HexA96590028F221421c35
Octal25114522005017425023465
Binary101010011100101100100000101000111110001010100001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96590; }

 p { color: rgb(169,101,144); }

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

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

 a { background-color: rgb(169,101,144); }

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

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

 span { border-color: rgb(169,101,144); }

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