#A5678E

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

Shades of Mountbatten Pink #A5678E

Tints of Mountbatten Pink #A5678E

Color information

#A5678E (or 0xA5678E) is unknown color: approx Mountbatten Pink. HEX triplet: A5, 67 and 8E. RGB value is (165,103,142). Sum of RGB (Red+Green+Blue) = 165+103+142=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5678E is #5A9871. Grayscale: #7D7D7D. Windows color (decimal): -5937266 or 9332645. OLE color: 9332645.

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

Color convert

RGB165103142-
CMYK00.380.140.35
HSL322.26º25.62%52.55%-
HSV(B)322.26º37.58%64.71%-
XYZ25.2519.6528.05-
YUV125.98137.04155.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=40.24%
G=25.12%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510314200.380.140.35322.2625.6252.55
HexA5678E026E231421a35
Octal24514721604616435023265
Binary101001011100111100011100100110111010001110100001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5678E; }

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

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

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

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

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

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

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

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