#A07592

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

Shades of Mountbatten Pink #A07592

Tints of Mountbatten Pink #A07592

Color information

#A07592 (or 0xA07592) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 75 and 92. RGB value is (160,117,146). Sum of RGB (Red+Green+Blue) = 160+117+146=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 160 - color contains mainly: red. Hex color #A07592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07592 is #5F8A6D. Grayscale: #858585. Windows color (decimal): -6261358 or 9598368. OLE color: 9598368.

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

Color convert

RGB160117146-
CMYK00.270.090.37
HSL319.53º18.45%54.31%-
HSV(B)319.53º26.88%62.75%-
XYZ26.0522.2730.12-
YUV133.16135.25147.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=37.83%
G=27.66%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011714600.270.090.37319.5318.4554.31
HexA0759201B9251401236
Octal24016522203311455002266
Binary10100000111010110010010011011100110010110100000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07592; }

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

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

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

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

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

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

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

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