#A6678F

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

Shades of Mountbatten Pink #A6678F

Tints of Mountbatten Pink #A6678F

Color information

#A6678F (or 0xA6678F) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 67 and 8F. RGB value is (166,103,143). Sum of RGB (Red+Green+Blue) = 166+103+143=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A6678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A6678F is #599870. Grayscale: #7E7E7E. Windows color (decimal): -5871729 or 9398182. OLE color: 9398182.

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

Color convert

RGB166103143-
CMYK00.380.140.35
HSL321.9º26.14%52.75%-
HSV(B)321.9º37.95%65.1%-
XYZ25.5319.7928.46-
YUV126.4137.37156.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=40.29%
G=25%
B=34.71%

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
Decimal16610314300.380.140.35321.926.1452.75
HexA6678F026E231421a35
Octal24614721704616435023265
Binary101001101100111100011110100110111010001110100001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6678F; }

 p { color: rgb(166,103,143); }

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

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

 a { background-color: rgb(166,103,143); }

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

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

 span { border-color: rgb(166,103,143); }

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