#A56493

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

Shades of Mountbatten Pink #A56493

Tints of Mountbatten Pink #A56493

Color information

#A56493 (or 0xA56493) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 64 and 93. RGB value is (165,100,147). Sum of RGB (Red+Green+Blue) = 165+100+147=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A56493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56493 is #5A9B6C. Grayscale: #7C7C7C. Windows color (decimal): -5938029 or 9659557. OLE color: 9659557.

HSL color Cylindrical-coordinate representation of color #A56493: hue angle of 316.62º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56493 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB165100147-
CMYK00.390.110.35
HSL316.62º26.53%51.96%-
HSV(B)316.62º39.39%64.71%-
XYZ25.3419.2229.98-
YUV124.79140.53156.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=40.05%
G=24.27%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510014700.390.110.35316.6226.5351.96
HexA56493027B2313d1b34
Octal24514422304713434753364
Binary101001011100100100100110100111101110001110011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56493; }

 p { color: rgb(165,100,147); }

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

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

 a { background-color: rgb(165,100,147); }

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

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

 span { border-color: rgb(165,100,147); }

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