#A56F92

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

Shades of Mountbatten Pink #A56F92

Tints of Mountbatten Pink #A56F92

Color information

#A56F92 (or 0xA56F92) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 6F and 92. RGB value is (165,111,146). Sum of RGB (Red+Green+Blue) = 165+111+146=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56F92 is #5A906D. Grayscale: #838383. Windows color (decimal): -5935214 or 9596837. OLE color: 9596837.

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

Color convert

RGB165111146-
CMYK00.330.120.35
HSL321.11º23.08%54.12%-
HSV(B)321.11º32.73%64.71%-
XYZ26.3921.4429.94-
YUV131.14136.39152.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=39.10%
G=26.30%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511114600.330.120.35321.1123.0854.12
HexA56F92021C231411736
Octal24515722204114435012766
Binary101001011101111100100100100001110010001110100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F92; }

 p { color: rgb(165,111,146); }

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

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

 a { background-color: rgb(165,111,146); }

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

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

 span { border-color: rgb(165,111,146); }

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