Html Css Color HEX #A16DF2 Medium Purple

📋 copy color: '#A16DF2'

red 161 ◦ green 109 ◦ blue 242

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

Shades of Medium Purple #A16DF2

Tints of Medium Purple #A16DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.27%

R = 31.45%
G = 21.29%
B = 47.27%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A16DF2 (or 0xA16DF2) is known color: Medium Purple. HEX triplet: A1, 6D and F2. RGB value is (161,109,242). Sum of RGB (Red+Green+Blue) = 161+109+242=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #A16DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16DF2 is #5E920D. Grayscale: #8B8B8B. Windows color (decimal): -6197774 or 15887777. OLE color: 15887777.

HSL color Cylindrical-coordinate representation of color #A16DF2: hue angle of 263.46º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16DF2 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 109 242 -
CMYK 0.33 0.55 0 0.05
HSL 263.46º 0.84% 0.69% -
HSV(B) 263.46º 0.55% 0.95% -
XYZ 36.19 24.93 86.91 -
YUV 139.71 185.73 143.19 -
System Red Green Blue C M Y K H S L
Decimal 161 109 242 0.33 0.55 0 0.05 263.46 0.84 0.69
Hex A1 6D F2 21 37 0 5 107 54 45
Octal 241 155 362 41 67 0 5 407 124 105
Binary 10100001 1101101 11110010 100001 110111 0 101 100000111 1010100 1000101

Color Harmonies of #A16DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16DF2

Black with #A16DF2

Text Example


Text Example

White with #A16DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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