#A27591

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

Shades of Mountbatten Pink #A27591

Tints of Mountbatten Pink #A27591

Color information

#A27591 (or 0xA27591) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 75 and 91. RGB value is (162,117,145). Sum of RGB (Red+Green+Blue) = 162+117+145=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A27591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27591 is #5D8A6E. Grayscale: #858585. Windows color (decimal): -6130287 or 9532834. OLE color: 9532834.

HSL color Cylindrical-coordinate representation of color #A27591: hue angle of 322.67º 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 #A27591 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB162117145-
CMYK00.280.100.36
HSL322.67º19.48%54.71%-
HSV(B)322.67º27.78%63.53%-
XYZ26.3722.4529.73-
YUV133.65134.41148.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=38.21%
G=27.59%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211714500.280.100.36322.6719.4854.71
HexA2759101CA241431337
Octal24216522103412445032367
Binary10100010111010110010001011100101010010010100001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27591; }

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

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

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

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

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

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

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

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