Html Css Color HEX #A16EEC Medium Purple

📋 copy color: '#A16EEC'

red 161 ◦ green 110 ◦ blue 236

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

Shades of Medium Purple #A16EEC

Tints of Medium Purple #A16EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 31.76%
G = 21.7%
B = 46.55%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A16EEC (or 0xA16EEC) is known color: Medium Purple. HEX triplet: A1, 6E and EC. RGB value is (161,110,236). Sum of RGB (Red+Green+Blue) = 161+110+236=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #A16EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16EEC is #5E9113. Grayscale: #8B8B8B. Windows color (decimal): -6197524 or 15494817. OLE color: 15494817.

HSL color Cylindrical-coordinate representation of color #A16EEC: hue angle of 264.29º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A16EEC is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 110 236 -
CMYK 0.32 0.53 0 0.07
HSL 264.29º 0.77% 0.68% -
HSV(B) 264.29º 0.53% 0.93% -
XYZ 35.41 24.79 82.27 -
YUV 139.61 182.4 143.25 -
System Red Green Blue C M Y K H S L
Decimal 161 110 236 0.32 0.53 0 0.07 264.29 0.77 0.68
Hex A1 6E EC 20 35 0 7 108 4D 44
Octal 241 156 354 40 65 0 7 410 115 104
Binary 10100001 1101110 11101100 100000 110101 0 111 100001000 1001101 1000100

Color Harmonies of #A16EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16EEC

Black with #A16EEC

Text Example


Text Example

White with #A16EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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