#A56592

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

Shades of Mountbatten Pink #A56592

Tints of Mountbatten Pink #A56592

Color information

#A56592 (or 0xA56592) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 65 and 92. RGB value is (165,101,146). Sum of RGB (Red+Green+Blue) = 165+101+146=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A56592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56592 is #5A9A6D. Grayscale: #7D7D7D. Windows color (decimal): -5937774 or 9594277. OLE color: 9594277.

HSL color Cylindrical-coordinate representation of color #A56592: hue angle of 317.81º degrees, saturation: 0.26, 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 #A56592 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB165101146-
CMYK00.390.120.35
HSL317.81º26.23%52.16%-
HSV(B)317.81º38.79%64.71%-
XYZ25.3619.3829.6-
YUV125.27139.7156.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=40.05%
G=24.51%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510114600.390.120.35317.8126.2352.16
HexA56592027C2313e1a34
Octal24514522204714434763264
Binary101001011100101100100100100111110010001110011111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56592; }

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

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

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

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

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

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

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

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