#A8668F

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

Shades of Mountbatten Pink #A8668F

Tints of Mountbatten Pink #A8668F

Color information

#A8668F (or 0xA8668F) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 66 and 8F. RGB value is (168,102,143). Sum of RGB (Red+Green+Blue) = 168+102+143=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A8668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8668F is #579970. Grayscale: #7E7E7E. Windows color (decimal): -5740913 or 9397928. OLE color: 9397928.

HSL color Cylindrical-coordinate representation of color #A8668F: hue angle of 322.73º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8668F is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB168102143-
CMYK00.390.150.34
HSL322.73º27.5%52.94%-
HSV(B)322.73º39.29%65.88%-
XYZ25.8619.8128.45-
YUV126.41137.37157.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 102 (40.23% from 255) = 24.70%
BLUE value IS 143 (56.25% from 255) = 34.62%
R=40.68%
G=24.70%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810214300.390.150.34322.7327.552.94
HexA8668F027F221431c35
Octal25014621704717425033465
Binary101010001100110100011110100111111110001010100001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8668F; }

 p { color: rgb(168,102,143); }

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

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

 a { background-color: rgb(168,102,143); }

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

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

 span { border-color: rgb(168,102,143); }

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