#A37492

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

Shades of Mountbatten Pink #A37492

Tints of Mountbatten Pink #A37492

Color information

#A37492 (or 0xA37492) is unknown color: approx Mountbatten Pink. HEX triplet: A3, 74 and 92. RGB value is (163,116,146). Sum of RGB (Red+Green+Blue) = 163+116+146=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A37492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37492 is #5C8B6D. Grayscale: #858585. Windows color (decimal): -6065006 or 9598115. OLE color: 9598115.

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

Color convert

RGB163116146-
CMYK00.290.100.36
HSL321.7º20.35%54.71%-
HSV(B)321.7º28.83%63.92%-
XYZ26.5422.3530.11-
YUV133.47135.07149.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=38.35%
G=27.29%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311614600.290.100.36321.720.3554.71
HexA3749201DA241421437
Octal24316422203512445022467
Binary10100011111010010010010011101101010010010100001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37492; }

 p { color: rgb(163,116,146); }

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

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

 a { background-color: rgb(163,116,146); }

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

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

 span { border-color: rgb(163,116,146); }

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