#A57592

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

Shades of Mountbatten Pink #A57592

Tints of Mountbatten Pink #A57592

Color information

#A57592 (or 0xA57592) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 75 and 92. RGB value is (165,117,146). Sum of RGB (Red+Green+Blue) = 165+117+146=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A57592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57592 is #5A8A6D. Grayscale: #868686. Windows color (decimal): -5933678 or 9598373. OLE color: 9598373.

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

Color convert

RGB165117146-
CMYK00.290.120.35
HSL323.75º21.05%55.29%-
HSV(B)323.75º29.09%64.71%-
XYZ27.0722.830.17-
YUV134.66134.4149.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 117 (46.09% from 255) = 27.34%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=38.55%
G=27.34%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511714600.290.120.35323.7521.0555.29
HexA5759201DC231441537
Octal24516522203514435042567
Binary10100101111010110010010011101110010001110100010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57592; }

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

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

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

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

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

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

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

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