#A07494

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

Shades of Mountbatten Pink #A07494

Tints of Mountbatten Pink #A07494

Color information

#A07494 (or 0xA07494) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 74 and 94. RGB value is (160,116,148). Sum of RGB (Red+Green+Blue) = 160+116+148=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A07494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07494 is #5F8B6B. Grayscale: #848484. Windows color (decimal): -6261612 or 9729184. OLE color: 9729184.

HSL color Cylindrical-coordinate representation of color #A07494: hue angle of 316.36º 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 #A07494 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB160116148-
CMYK00.280.070.37
HSL316.36º18.8%54.12%-
HSV(B)316.36º27.5%62.75%-
XYZ26.0922.130.91-
YUV132.8136.58147.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=37.74%
G=27.36%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011614800.280.070.37316.3618.854.12
HexA0749401C72513c1336
Octal2401642240347454742366
Binary1010000011101001001010001110011110010110011110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07494; }

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

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

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

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

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

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

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

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