#A07294

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

Shades of Mountbatten Pink #A07294

Tints of Mountbatten Pink #A07294

Color information

#A07294 (or 0xA07294) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 72 and 94. RGB value is (160,114,148). Sum of RGB (Red+Green+Blue) = 160+114+148=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A07294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07294 is #5F8D6B. Grayscale: #838383. Windows color (decimal): -6262124 or 9728672. OLE color: 9728672.

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

Color convert

RGB160114148-
CMYK00.290.070.37
HSL315.65º19.49%53.73%-
HSV(B)315.65º28.75%62.75%-
XYZ25.8621.6530.83-
YUV131.63137.24148.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=37.91%
G=27.01%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011414800.290.070.37315.6519.4953.73
HexA0729401D72513c1336
Octal2401622240357454742366
Binary1010000011100101001010001110111110010110011110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07294; }

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

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

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

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

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

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

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

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