#A5778F

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

Shades of Mountbatten Pink #A5778F

Tints of Mountbatten Pink #A5778F

Color information

#A5778F (or 0xA5778F) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 77 and 8F. RGB value is (165,119,143). Sum of RGB (Red+Green+Blue) = 165+119+143=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A5778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5778F is #5A8870. Grayscale: #878787. Windows color (decimal): -5933169 or 9402277. OLE color: 9402277.

HSL color Cylindrical-coordinate representation of color #A5778F: hue angle of 328.7º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5778F is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB165119143-
CMYK00.280.130.35
HSL328.7º20.35%55.69%-
HSV(B)328.7º27.88%64.71%-
XYZ27.0723.1829.03-
YUV135.49132.24149.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=38.64%
G=27.87%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511914300.280.130.35328.720.3555.69
HexA5778F01CD231491438
Octal24516721703415435112470
Binary10100101111011110001111011100110110001110100100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5778F; }

 p { color: rgb(165,119,143); }

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

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

 a { background-color: rgb(165,119,143); }

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

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

 span { border-color: rgb(165,119,143); }

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