Html Css Color HEX #A26EBA Purple Mountain's Majesty

📋 copy color: '#A26EBA'

red 162 ◦ green 110 ◦ blue 186

#A26EBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #A26EBA

Tints of Purple Mountain's Majesty #A26EBA

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 value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A26EBA (or 0xA26EBA) is known color: 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

RGB 162 110 186 -
CMYK 0.13 0.41 0 0.27
HSL 281.05º 0.36% 0.58% -
HSV(B) 281.05º 0.41% 0.73% -
XYZ 29.34 22.38 49.23 -
YUV 134.21 157.23 147.82 -
System Red Green Blue C M Y K H S L
Decimal 162 110 186 0.13 0.41 0 0.27 281.05 0.36 0.58
Hex A2 6E BA D 29 0 1B 119 24 3A
Octal 242 156 272 15 51 0 33 431 44 72
Binary 10100010 1101110 10111010 1101 101001 0 11011 100011001 100100 111010

Color Harmonies of #A26EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26EBA

Black with #A26EBA

Text Example


Text Example

White with #A26EBA

Text Example


Text Example

HTML Codes & Css Web 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>