#A06B93

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

Shades of Mountbatten Pink #A06B93

Tints of Mountbatten Pink #A06B93

Color information

#A06B93 (or 0xA06B93) is unknown color: approx Mountbatten Pink. HEX triplet: A0, 6B and 93. RGB value is (160,107,147). Sum of RGB (Red+Green+Blue) = 160+107+147=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06B93 is #5F946C. Grayscale: #7F7F7F. Windows color (decimal): -6263917 or 9661344. OLE color: 9661344.

HSL color Cylindrical-coordinate representation of color #A06B93: hue angle of 314.72º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A06B93 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB160107147-
CMYK00.330.080.37
HSL314.72º21.81%52.35%-
HSV(B)314.72º33.13%62.75%-
XYZ25.0220.130.16-
YUV127.41139.06151.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=38.65%
G=25.85%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010714700.330.080.37314.7221.8152.35
HexA06B9302182513b1634
Octal24015322304110454732664
Binary101000001101011100100110100001100010010110011101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06B93; }

 p { color: rgb(160,107,147); }

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

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

 a { background-color: rgb(160,107,147); }

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

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

 span { border-color: rgb(160,107,147); }

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