#A5768F

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

Shades of Mountbatten Pink #A5768F

Tints of Mountbatten Pink #A5768F

Color information

#A5768F (or 0xA5768F) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 76 and 8F. RGB value is (165,118,143). Sum of RGB (Red+Green+Blue) = 165+118+143=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A5768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5768F is #5A8970. Grayscale: #868686. Windows color (decimal): -5933425 or 9402021. OLE color: 9402021.

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

Color convert

RGB165118143-
CMYK00.280.130.35
HSL328.09º20.7%55.49%-
HSV(B)328.09º28.48%64.71%-
XYZ26.9522.9428.99-
YUV134.9132.57149.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=38.73%
G=27.70%
B=33.57%

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
Decimal16511814300.280.130.35328.0920.755.49
HexA5768F01CD231481537
Octal24516621703415435102567
Binary10100101111011010001111011100110110001110100100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5768F; }

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

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

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

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

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

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

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

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