#AA678E

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

Shades of Mountbatten Pink #AA678E

Tints of Mountbatten Pink #AA678E

Color information

#AA678E (or 0xAA678E) is unknown color: approx Mountbatten Pink. HEX triplet: AA, 67 and 8E. RGB value is (170,103,142). Sum of RGB (Red+Green+Blue) = 170+103+142=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA678E is #559871. Grayscale: #7F7F7F. Windows color (decimal): -5609586 or 9332650. OLE color: 9332650.

HSL color Cylindrical-coordinate representation of color #AA678E: hue angle of 325.07º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA678E is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB170103142-
CMYK00.390.160.33
HSL325.07º28.27%53.53%-
HSV(B)325.07º39.41%66.67%-
XYZ26.3120.228.1-
YUV127.48136.2158.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 142 (55.86% from 255) = 34.22%
R=40.96%
G=24.82%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010314200.390.160.33325.0728.2753.53
HexAA678E02710211451c36
Octal25214721604720415053466
Binary1010101011001111000111001001111000010000110100010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA678E; }

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

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

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

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

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

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

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

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