#A86393

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

Shades of Mountbatten Pink #A86393

Tints of Mountbatten Pink #A86393

Color information

#A86393 (or 0xA86393) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 63 and 93. RGB value is (168,99,147). Sum of RGB (Red+Green+Blue) = 168+99+147=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A86393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86393 is #579C6C. Grayscale: #7C7C7C. Windows color (decimal): -5741677 or 9659304. OLE color: 9659304.

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

Color convert

RGB16899147-
CMYK00.410.130.34
HSL318.26º28.4%52.35%-
HSV(B)318.26º41.07%65.88%-
XYZ25.8819.3629.98-
YUV125.1140.36158.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.58%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=40.58%
G=23.91%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689914700.410.130.34318.2628.452.35
HexA86393029D2213e1c34
Octal25014322305115424763464
Binary101010001100011100100110101001110110001010011111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86393; }

 p { color: rgb(168,99,147); }

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

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

 a { background-color: rgb(168,99,147); }

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

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

 span { border-color: rgb(168,99,147); }

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