#A07492

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

Shades of Mountbatten Pink #A07492

Tints of Mountbatten Pink #A07492

Color information

#A07492 (or 0xA07492) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 74 and 92. RGB value is (160,116,146). Sum of RGB (Red+Green+Blue) = 160+116+146=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A07492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07492 is #5F8B6D. Grayscale: #848484. Windows color (decimal): -6261614 or 9598112. OLE color: 9598112.

HSL color Cylindrical-coordinate representation of color #A07492: hue angle of 319.09º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07492 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB160116146-
CMYK00.280.090.37
HSL319.09º18.8%54.12%-
HSV(B)319.09º27.5%62.75%-
XYZ25.9322.0430.08-
YUV132.58135.58147.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=37.91%
G=27.49%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011614600.280.090.37319.0918.854.12
HexA0749201C92513f1336
Octal24016422203411454772366
Binary10100000111010010010010011100100110010110011111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07492; }

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

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

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

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

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

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

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

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