#A27993

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

Shades of Mountbatten Pink #A27993

Tints of Mountbatten Pink #A27993

Color information

#A27993 (or 0xA27993) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 79 and 93. RGB value is (162,121,147). Sum of RGB (Red+Green+Blue) = 162+121+147=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A27993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27993 is #5D866C. Grayscale: #888888. Windows color (decimal): -6129261 or 9664930. OLE color: 9664930.

HSL color Cylindrical-coordinate representation of color #A27993: hue angle of 321.95º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A27993 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162121147-
CMYK00.250.090.36
HSL321.95º18.06%55.49%-
HSV(B)321.95º25.31%63.53%-
XYZ2723.4630.71-
YUV136.22134.08146.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=37.67%
G=28.14%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212114700.250.090.36321.9518.0655.49
HexA279930199241421237
Octal24217122303111445022267
Binary10100010111100110010011011001100110010010100001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27993; }

 p { color: rgb(162,121,147); }

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

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

 a { background-color: rgb(162,121,147); }

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

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

 span { border-color: rgb(162,121,147); }

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