#A26FB9

Color #A26FB9 Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A26FB9

Tints of Purple Mountain's Majesty #A26FB9

Color information

#A26FB9 (or 0xA26FB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 6F and B9. RGB value is (162,111,185). Sum of RGB (Red+Green+Blue) = 162+111+185=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #A26FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FB9 is #5D9046. Grayscale: #868686. Windows color (decimal): -6131783 or 12152738. OLE color: 12152738.

HSL color Cylindrical-coordinate representation of color #A26FB9: hue angle of 281.35º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A26FB9 is Cyan = 0.12, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162111185-
CMYK0.120.400.27
HSL281.35º34.58%58.04%-
HSV(B)281.35º40%72.55%-
XYZ29.3422.5548.71-
YUV134.68156.4147.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 111 (43.75% from 255) = 24.24%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=35.37%
G=24.24%
B=40.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621111850.120.400.27281.3534.5858.04
HexA26FB9C2801B119233a
Octal24215727114500334314372
Binary101000101101111101110011100101000011011100011001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26FB9; }

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

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

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

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

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

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

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

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