#A86594

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

Shades of Mountbatten Pink #A86594

Tints of Mountbatten Pink #A86594

Color information

#A86594 (or 0xA86594) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 65 and 94. RGB value is (168,101,148). Sum of RGB (Red+Green+Blue) = 168+101+148=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A86594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86594 is #579A6B. Grayscale: #7E7E7E. Windows color (decimal): -5741164 or 9725352. OLE color: 9725352.

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

Color convert

RGB168101148-
CMYK00.400.120.34
HSL317.91º27.8%52.75%-
HSV(B)317.91º39.88%65.88%-
XYZ26.1519.7730.45-
YUV126.39140.2157.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=40.29%
G=24.22%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810114800.400.120.34317.9127.852.75
HexA86594028C2213e1c35
Octal25014522405014424763465
Binary101010001100101100101000101000110010001010011111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86594; }

 p { color: rgb(168,101,148); }

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

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

 a { background-color: rgb(168,101,148); }

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

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

 span { border-color: rgb(168,101,148); }

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