#A27588

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

Shades of Mountbatten Pink #A27588

Tints of Mountbatten Pink #A27588

Color information

#A27588 (or 0xA27588) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 75 and 88. RGB value is (162,117,136). Sum of RGB (Red+Green+Blue) = 162+117+136=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A27588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27588 is #5D8A77. Grayscale: #848484. Windows color (decimal): -6130296 or 8943010. OLE color: 8943010.

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

Color convert

RGB162117136-
CMYK00.280.160.36
HSL334.67º19.48%54.71%-
HSV(B)334.67º27.78%63.53%-
XYZ25.7122.1826.22-
YUV132.62129.91148.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=39.04%
G=28.19%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211713600.280.160.36334.6719.4854.71
HexA2758801C102414f1337
Octal24216521003420445172367
Binary101000101110101100010000111001000010010010100111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27588; }

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

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

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

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

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

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

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

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