#A26793

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

Shades of Mountbatten Pink #A26793

Tints of Mountbatten Pink #A26793

Color information

#A26793 (or 0xA26793) is unknown color: approx Mountbatten Pink. HEX triplet: A2, 67 and 93. RGB value is (162,103,147). Sum of RGB (Red+Green+Blue) = 162+103+147=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A26793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26793 is #5D986C. Grayscale: #7D7D7D. Windows color (decimal): -6133869 or 9660322. OLE color: 9660322.

HSL color Cylindrical-coordinate representation of color #A26793: hue angle of 315.25º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A26793 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB162103147-
CMYK00.360.090.36
HSL315.25º24.08%51.96%-
HSV(B)315.25º36.42%63.53%-
XYZ25.0219.4930.05-
YUV125.66140.05153.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=39.32%
G=25%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210314700.360.090.36315.2524.0851.96
HexA2679302492413b1834
Octal24214722304411444733064
Binary101000101100111100100110100100100110010010011101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26793; }

 p { color: rgb(162,103,147); }

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

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

 a { background-color: rgb(162,103,147); }

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

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

 span { border-color: rgb(162,103,147); }

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