#A5698D

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

Shades of Mountbatten Pink #A5698D

Tints of Mountbatten Pink #A5698D

Color information

#A5698D (or 0xA5698D) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 69 and 8D. RGB value is (165,105,141). Sum of RGB (Red+Green+Blue) = 165+105+141=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5698D is #5A9672. Grayscale: #7E7E7E. Windows color (decimal): -5936755 or 9267621. OLE color: 9267621.

HSL color Cylindrical-coordinate representation of color #A5698D: hue angle of 324º 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 #A5698D is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165105141-
CMYK00.360.150.35
HSL324º25%52.94%-
HSV(B)324º36.36%64.71%-
XYZ25.3820.0327.73-
YUV127.04135.88155.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=40.15%
G=25.55%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510514100.360.150.353242552.94
HexA5698D024F231441935
Octal24515121504417435043165
Binary101001011101001100011010100100111110001110100010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5698D; }

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

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

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

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

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

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

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

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