#A26FBA

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

Shades of Purple Mountain's Majesty #A26FBA

Tints of Purple Mountain's Majesty #A26FBA

Color information

#A26FBA (or 0xA26FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 6F and BA. RGB value is (162,111,186). Sum of RGB (Red+Green+Blue) = 162+111+186=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #A26FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FBA is #5D9045. Grayscale: #868686. Windows color (decimal): -6131782 or 12218274. OLE color: 12218274.

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

Color convert

RGB162111186-
CMYK0.130.4000.27
HSL280.8º35.21%58.24%-
HSV(B)280.8º40.32%72.94%-
XYZ29.4522.649.26-
YUV134.8156.9147.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=35.29%
G=24.18%
B=40.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621111860.130.4000.27280.835.2158.24
HexA26FBAD2801B119233a
Octal24215727215500334314372
Binary101000101101111101110101101101000011011100011001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26FBA; }

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

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

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

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

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

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

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

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