#A86492

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

Shades of Mountbatten Pink #A86492

Tints of Mountbatten Pink #A86492

Color information

#A86492 (or 0xA86492) is unknown color: approx Mountbatten Pink. HEX triplet: A8, 64 and 92. RGB value is (168,100,146). Sum of RGB (Red+Green+Blue) = 168+100+146=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A86492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86492 is #579B6D. Grayscale: #7D7D7D. Windows color (decimal): -5741422 or 9594024. OLE color: 9594024.

HSL color Cylindrical-coordinate representation of color #A86492: hue angle of 319.41º 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 #A86492 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB168100146-
CMYK00.400.130.34
HSL319.41º28.1%52.55%-
HSV(B)319.41º40.48%65.88%-
XYZ25.8919.5129.6-
YUV125.58139.53158.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.58%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=40.58%
G=24.15%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810014600.400.130.34319.4128.152.55
HexA86492028D2213f1c35
Octal25014422205015424773465
Binary101010001100100100100100101000110110001010011111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86492; }

 p { color: rgb(168,100,146); }

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

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

 a { background-color: rgb(168,100,146); }

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

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

 span { border-color: rgb(168,100,146); }

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