#A5698F

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

Shades of Mountbatten Pink #A5698F

Tints of Mountbatten Pink #A5698F

Color information

#A5698F (or 0xA5698F) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 69 and 8F. RGB value is (165,105,143). Sum of RGB (Red+Green+Blue) = 165+105+143=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A5698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5698F is #5A9670. Grayscale: #7F7F7F. Windows color (decimal): -5936753 or 9398693. OLE color: 9398693.

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

Color convert

RGB165105143-
CMYK00.360.130.35
HSL322º25%52.94%-
HSV(B)322º36.36%64.71%-
XYZ25.5320.0928.52-
YUV127.27136.88154.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=39.95%
G=25.42%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510514300.360.130.353222552.94
HexA5698F024D231421935
Octal24515121704415435023165
Binary101001011101001100011110100100110110001110100001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5698F; }

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

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

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

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

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

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

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

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