Html Css Color HEX #A16DF9 Medium Purple

📋 copy color: '#A16DF9'

red 161 ◦ green 109 ◦ blue 249

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

Shades of Medium Purple #A16DF9

Tints of Medium Purple #A16DF9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21%

 BLUE value IS 249 (97.66% from 255) = 47.98%

R = 31.02%
G = 21%
B = 47.98%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A16DF9 (or 0xA16DF9) is known color: Medium Purple. HEX triplet: A1, 6D and F9. RGB value is (161,109,249). Sum of RGB (Red+Green+Blue) = 161+109+249=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #A16DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16DF9 is #5E9206. Grayscale: #8C8C8C. Windows color (decimal): -6197767 or 16346529. OLE color: 16346529.

HSL color Cylindrical-coordinate representation of color #A16DF9: hue angle of 262.29º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A16DF9 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 109 249 -
CMYK 0.35 0.56 0 0.02
HSL 262.29º 0.92% 0.7% -
HSV(B) 262.29º 0.56% 0.98% -
XYZ 37.27 25.35 92.55 -
YUV 140.51 189.23 142.62 -
System Red Green Blue C M Y K H S L
Decimal 161 109 249 0.35 0.56 0 0.02 262.29 0.92 0.7
Hex A1 6D F9 23 38 0 2 106 5C 46
Octal 241 155 371 43 70 0 2 406 134 106
Binary 10100001 1101101 11111001 100011 111000 0 10 100000110 1011100 1000110

Color Harmonies of #A16DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16DF9

Black with #A16DF9

Text Example


Text Example

White with #A16DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16DF9; }

 p { color: rgb(161,109,249); }

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

background-color css

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

 a { background-color: rgb(161,109,249); }

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

border-color css

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

 span { border-color: rgb(161,109,249); }

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