#A07095

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

Shades of Mountbatten Pink #A07095

Tints of Mountbatten Pink #A07095

Color information

#A07095 (or 0xA07095) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 70 and 95. RGB value is (160,112,149). Sum of RGB (Red+Green+Blue) = 160+112+149=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 160 - color contains mainly: red. Hex color #A07095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07095 is #5F8F6A. Grayscale: #828282. Windows color (decimal): -6262635 or 9793696. OLE color: 9793696.

HSL color Cylindrical-coordinate representation of color #A07095: hue angle of 313.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07095 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB160112149-
CMYK00.300.070.37
HSL313.75º20.17%53.33%-
HSV(B)313.75º30%62.75%-
XYZ25.7221.2331.18-
YUV130.57138.4148.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=38.00%
G=26.60%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011214900.300.070.37313.7520.1753.33
HexA0709501E72513a1435
Octal2401602250367454722465
Binary1010000011100001001010101111011110010110011101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07095; }

 p { color: rgb(160,112,149); }

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

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

 a { background-color: rgb(160,112,149); }

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

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

 span { border-color: rgb(160,112,149); }

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