Html Css Color HEX #A16EBE Purple Mountain's Majesty

📋 copy color: '#A16EBE'

red 161 ◦ green 110 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A16EBE

Tints of Purple Mountain's Majesty #A16EBE

RGB

 RED value IS 161 (63.28% from 255) = 34.92%

 GREEN value IS 110 (43.36% from 255) = 23.86%

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 34.92%
G = 23.86%
B = 41.21%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A16EBE (or 0xA16EBE) is known color: Purple Mountain's Majesty. HEX triplet: A1, 6E and BE. RGB value is (161,110,190). Sum of RGB (Red+Green+Blue) = 161+110+190=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #A16EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EBE is #5E9141. Grayscale: #868686. Windows color (decimal): -6197570 or 12480161. OLE color: 12480161.

HSL color Cylindrical-coordinate representation of color #A16EBE: hue angle of 278.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A16EBE is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 110 190 -
CMYK 0.15 0.42 0 0.25
HSL 278.25º 0.38% 0.59% -
HSV(B) 278.25º 0.42% 0.75% -
XYZ 29.57 22.45 51.49 -
YUV 134.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 161 110 190 0.15 0.42 0 0.25 278.25 0.38 0.59
Hex A1 6E BE F 2A 0 19 116 26 3B
Octal 241 156 276 17 52 0 31 426 46 73
Binary 10100001 1101110 10111110 1111 101010 0 11001 100010110 100110 111011

Color Harmonies of #A16EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16EBE

Black with #A16EBE

Text Example


Text Example

White with #A16EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16EBE; }

 p { color: rgb(161,110,190); }

 H1.HeaderClassName
 {
   color: #A16EBE;
 }
 .AnyTagClassName
 {
   color: #A16EBE;
 }
</style>

background-color css

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

 a { background-color: rgb(161,110,190); }

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

border-color css

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

 span { border-color: rgb(161,110,190); }

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