#A96893

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

Shades of Mountbatten Pink #A96893

Tints of Mountbatten Pink #A96893

Color information

#A96893 (or 0xA96893) is unknown color: approx Mountbatten Pink. HEX triplet: A9, 68 and 93. RGB value is (169,104,147). Sum of RGB (Red+Green+Blue) = 169+104+147=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A96893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96893 is #56976C. Grayscale: #808080. Windows color (decimal): -5674861 or 9660585. OLE color: 9660585.

HSL color Cylindrical-coordinate representation of color #A96893: hue angle of 320.31º 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 #A96893 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB169104147-
CMYK00.380.130.34
HSL320.31º27.43%53.53%-
HSV(B)320.31º38.46%66.27%-
XYZ26.5820.4430.15-
YUV128.34138.53157-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 147 (57.81% from 255) = 35%
R=40.24%
G=24.76%
B=35%

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
Decimal16910414700.380.130.34320.3127.4353.53
HexA96893026D221401b36
Octal25115022304615425003366
Binary101010011101000100100110100110110110001010100000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96893; }

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

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

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

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

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

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

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

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