#A56892

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

Shades of Mountbatten Pink #A56892

Tints of Mountbatten Pink #A56892

Color information

#A56892 (or 0xA56892) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 68 and 92. RGB value is (165,104,146). Sum of RGB (Red+Green+Blue) = 165+104+146=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A56892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56892 is #5A976D. Grayscale: #7E7E7E. Windows color (decimal): -5937006 or 9595045. OLE color: 9595045.

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

Color convert

RGB165104146-
CMYK00.370.120.35
HSL318.69º25.31%52.75%-
HSV(B)318.69º36.97%64.71%-
XYZ25.6619.9829.7-
YUV127.03138.71155.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=39.76%
G=25.06%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510414600.370.120.35318.6925.3152.75
HexA56892025C2313f1935
Octal24515022204514434773165
Binary101001011101000100100100100101110010001110011111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56892; }

 p { color: rgb(165,104,146); }

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

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

 a { background-color: rgb(165,104,146); }

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

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

 span { border-color: rgb(165,104,146); }

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