#A27893

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

Shades of Mountbatten Pink #A27893

Tints of Mountbatten Pink #A27893

Color information

#A27893 (or 0xA27893) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 78 and 93. RGB value is (162,120,147). Sum of RGB (Red+Green+Blue) = 162+120+147=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A27893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27893 is #5D876C. Grayscale: #878787. Windows color (decimal): -6129517 or 9664674. OLE color: 9664674.

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

Color convert

RGB162120147-
CMYK00.260.090.36
HSL321.43º18.42%55.29%-
HSV(B)321.43º25.93%63.53%-
XYZ26.8823.2230.67-
YUV135.64134.41146.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 120 (47.27% from 255) = 27.97%
BLUE value IS 147 (57.81% from 255) = 34.27%
R=37.76%
G=27.97%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212014700.260.090.36321.4318.4255.29
HexA2789301A9241411237
Octal24217022303211445012267
Binary10100010111100010010011011010100110010010100000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27893; }

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

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

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

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

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

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

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

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