#A67193

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

Shades of Mountbatten Pink #A67193

Tints of Mountbatten Pink #A67193

Color information

#A67193 (or 0xA67193) is unknown color: approx Mountbatten Pink. HEX triplet: A6, 71 and 93. RGB value is (166,113,147). Sum of RGB (Red+Green+Blue) = 166+113+147=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A67193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67193 is #598E6C. Grayscale: #848484. Windows color (decimal): -5869165 or 9662886. OLE color: 9662886.

HSL color Cylindrical-coordinate representation of color #A67193: hue angle of 321.51º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A67193 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB166113147-
CMYK00.320.110.35
HSL321.51º22.94%54.71%-
HSV(B)321.51º31.93%65.1%-
XYZ26.922.0230.44-
YUV132.72136.06151.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=38.97%
G=26.53%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611314700.320.110.35321.5122.9454.71
HexA67193020B231421737
Octal24616122304013435022767
Binary101001101110001100100110100000101110001110100001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67193; }

 p { color: rgb(166,113,147); }

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

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

 a { background-color: rgb(166,113,147); }

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

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

 span { border-color: rgb(166,113,147); }

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