#A47492

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

Shades of Mountbatten Pink #A47492

Tints of Mountbatten Pink #A47492

Color information

#A47492 (or 0xA47492) is unknown color: approx Mountbatten Pink. HEX triplet: A4, 74 and 92. RGB value is (164,116,146). Sum of RGB (Red+Green+Blue) = 164+116+146=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A47492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47492 is #5B8B6D. Grayscale: #858585. Windows color (decimal): -5999470 or 9598116. OLE color: 9598116.

HSL color Cylindrical-coordinate representation of color #A47492: hue angle of 322.5º degrees, saturation: 0.21, 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 #A47492 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB164116146-
CMYK00.290.110.36
HSL322.5º20.87%54.9%-
HSV(B)322.5º29.27%64.31%-
XYZ26.7422.4630.12-
YUV133.77134.9149.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.50%
GREEN value IS 116 (45.70% from 255) = 27.23%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=38.50%
G=27.23%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411614600.290.110.36322.520.8754.9
HexA4749201DB241421537
Octal24416422203513445022567
Binary10100100111010010010010011101101110010010100001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47492; }

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

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

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

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

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

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

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

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