#A26F8A

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

Shades of Mountbatten Pink #A26F8A

Tints of Mountbatten Pink #A26F8A

Color information

#A26F8A (or 0xA26F8A) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 6F and 8A. RGB value is (162,111,138). Sum of RGB (Red+Green+Blue) = 162+111+138=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26F8A is #5D9075. Grayscale: #818181. Windows color (decimal): -6131830 or 9072546. OLE color: 9072546.

HSL color Cylindrical-coordinate representation of color #A26F8A: hue angle of 328.24º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A26F8A is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB162111138-
CMYK00.310.150.36
HSL328.24º21.52%53.53%-
HSV(B)328.24º31.48%63.53%-
XYZ25.1720.8926.75-
YUV129.33132.9151.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=39.42%
G=27.01%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211113800.310.150.36328.2421.5253.53
HexA26F8A01FF241481636
Octal24215721203717445102666
Binary10100010110111110001010011111111110010010100100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F8A; }

 p { color: rgb(162,111,138); }

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

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

 a { background-color: rgb(162,111,138); }

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

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

 span { border-color: rgb(162,111,138); }

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