#A26EBA

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

Shades of Purple Mountain's Majesty #A26EBA

Tints of Purple Mountain's Majesty #A26EBA

Color information

#A26EBA (or 0xA26EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 6E and BA. RGB value is (162,110,186). Sum of RGB (Red+Green+Blue) = 162+110+186=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #A26EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26EBA is #5D9145. Grayscale: #858585. Windows color (decimal): -6132038 or 12218018. OLE color: 12218018.

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

Color convert

RGB162110186-
CMYK0.130.4100.27
HSL281.05º35.51%58.04%-
HSV(B)281.05º40.86%72.94%-
XYZ29.3422.3849.23-
YUV134.21157.23147.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 110 (43.36% from 255) = 24.02%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=35.37%
G=24.02%
B=40.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621101860.130.4100.27281.0535.5158.04
HexA26EBAD2901B119243a
Octal24215627215510334314472
Binary101000101101110101110101101101001011011100011001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26EBA; }

 p { color: rgb(162,110,186); }

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

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

 a { background-color: rgb(162,110,186); }

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

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

 span { border-color: rgb(162,110,186); }

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