#A56691

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

Shades of Mountbatten Pink #A56691

Tints of Mountbatten Pink #A56691

Color information

#A56691 (or 0xA56691) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 66 and 91. RGB value is (165,102,145). Sum of RGB (Red+Green+Blue) = 165+102+145=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A56691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56691 is #5A996E. Grayscale: #7D7D7D. Windows color (decimal): -5937519 or 9528997. OLE color: 9528997.

HSL color Cylindrical-coordinate representation of color #A56691: hue angle of 319.05º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A56691 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB165102145-
CMYK00.380.120.35
HSL319.05º25.93%52.35%-
HSV(B)319.05º38.18%64.71%-
XYZ25.3819.5529.22-
YUV125.74138.87156-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 145 (57.03% from 255) = 35.19%
R=40.05%
G=24.76%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510214500.380.120.35319.0525.9352.35
HexA56691026C2313f1a34
Octal24514622104614434773264
Binary101001011100110100100010100110110010001110011111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56691; }

 p { color: rgb(165,102,145); }

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

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

 a { background-color: rgb(165,102,145); }

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

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

 span { border-color: rgb(165,102,145); }

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