Html Css Color HEX #A16EE1 Medium Purple

📋 copy color: '#A16EE1'

red 161 ◦ green 110 ◦ blue 225

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

Shades of Medium Purple #A16EE1

Tints of Medium Purple #A16EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.36%

R = 32.46%
G = 22.18%
B = 45.36%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A16EE1 (or 0xA16EE1) is known color: Medium Purple. HEX triplet: A1, 6E and E1. RGB value is (161,110,225). Sum of RGB (Red+Green+Blue) = 161+110+225=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #A16EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16EE1 is #5E911E. Grayscale: #898989. Windows color (decimal): -6197535 or 14773921. OLE color: 14773921.

HSL color Cylindrical-coordinate representation of color #A16EE1: hue angle of 266.61º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A16EE1 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 110 225 -
CMYK 0.28 0.51 0 0.12
HSL 266.61º 0.66% 0.66% -
HSV(B) 266.61º 0.51% 0.88% -
XYZ 33.86 24.17 74.11 -
YUV 138.36 176.9 144.15 -
System Red Green Blue C M Y K H S L
Decimal 161 110 225 0.28 0.51 0 0.12 266.61 0.66 0.66
Hex A1 6E E1 1C 33 0 C 10B 42 42
Octal 241 156 341 34 63 0 14 413 102 102
Binary 10100001 1101110 11100001 11100 110011 0 1100 100001011 1000010 1000010

Color Harmonies of #A16EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16EE1

Black with #A16EE1

Text Example


Text Example

White with #A16EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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