#A26EBB

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

Shades of Purple Mountain's Majesty #A26EBB

Tints of Purple Mountain's Majesty #A26EBB

Color information

#A26EBB (or 0xA26EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 6E and BB. RGB value is (162,110,187). Sum of RGB (Red+Green+Blue) = 162+110+187=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #A26EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26EBB is #5D9144. Grayscale: #868686. Windows color (decimal): -6132037 or 12283554. OLE color: 12283554.

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

Color convert

RGB162110187-
CMYK0.130.4100.27
HSL280.52º36.15%58.24%-
HSV(B)280.52º41.18%73.33%-
XYZ29.4522.4249.79-
YUV134.33157.73147.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=35.29%
G=23.97%
B=40.74%

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
Decimal1621101870.130.4100.27280.5236.1558.24
HexA26EBBD2901B119243a
Octal24215627315510334314472
Binary101000101101110101110111101101001011011100011001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26EBB; }

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

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

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

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

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

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

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

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