#A5688E

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

Shades of Mountbatten Pink #A5688E

Tints of Mountbatten Pink #A5688E

Color information

#A5688E (or 0xA5688E) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 68 and 8E. RGB value is (165,104,142). Sum of RGB (Red+Green+Blue) = 165+104+142=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5688E is #5A9771. Grayscale: #7E7E7E. Windows color (decimal): -5937010 or 9332901. OLE color: 9332901.

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

Color convert

RGB165104142-
CMYK00.370.140.35
HSL322.62º25.31%52.75%-
HSV(B)322.62º36.97%64.71%-
XYZ25.3519.8528.09-
YUV126.57136.71155.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=40.15%
G=25.30%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510414200.370.140.35322.6225.3152.75
HexA5688E025E231431935
Octal24515021604516435033165
Binary101001011101000100011100100101111010001110100001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5688E; }

 p { color: rgb(165,104,142); }

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

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

 a { background-color: rgb(165,104,142); }

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

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

 span { border-color: rgb(165,104,142); }

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