#A27593

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

Shades of Mountbatten Pink #A27593

Tints of Mountbatten Pink #A27593

Color information

#A27593 (or 0xA27593) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 75 and 93. RGB value is (162,117,147). Sum of RGB (Red+Green+Blue) = 162+117+147=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A27593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27593 is #5D8A6C. Grayscale: #858585. Windows color (decimal): -6130285 or 9663906. OLE color: 9663906.

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

Color convert

RGB162117147-
CMYK00.280.090.36
HSL320º19.48%54.71%-
HSV(B)320º27.78%63.53%-
XYZ26.5322.5130.55-
YUV133.88135.41148.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=38.03%
G=27.46%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211714700.280.090.3632019.4854.71
HexA2759301C9241401337
Octal24216522303411445002367
Binary10100010111010110010011011100100110010010100000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27593; }

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

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

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

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

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

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

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

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