#A46893

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

Shades of Mountbatten Pink #A46893

Tints of Mountbatten Pink #A46893

Color information

#A46893 (or 0xA46893) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 68 and 93. RGB value is (164,104,147). Sum of RGB (Red+Green+Blue) = 164+104+147=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A46893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46893 is #5B976C. Grayscale: #7E7E7E. Windows color (decimal): -6002541 or 9660580. OLE color: 9660580.

HSL color Cylindrical-coordinate representation of color #A46893: hue angle of 317º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46893 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB164104147-
CMYK00.370.100.36
HSL317º24.79%52.55%-
HSV(B)317º36.59%64.31%-
XYZ25.5319.930.1-
YUV126.84139.38154.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=39.52%
G=25.06%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410414700.370.100.3631724.7952.55
HexA46893025A2413d1935
Octal24415022304512444753165
Binary101001001101000100100110100101101010010010011110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46893; }

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

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

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

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

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

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

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

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