Html Css Color HEX #A16DF3 Medium Purple

📋 copy color: '#A16DF3'

red 161 ◦ green 109 ◦ blue 243

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

Shades of Medium Purple #A16DF3

Tints of Medium Purple #A16DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.37%

R = 31.38%
G = 21.25%
B = 47.37%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A16DF3 (or 0xA16DF3) is known color: Medium Purple. HEX triplet: A1, 6D and F3. RGB value is (161,109,243). Sum of RGB (Red+Green+Blue) = 161+109+243=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #A16DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16DF3 is #5E920C. Grayscale: #8B8B8B. Windows color (decimal): -6197773 or 15953313. OLE color: 15953313.

HSL color Cylindrical-coordinate representation of color #A16DF3: hue angle of 263.28º degrees, saturation: 0.85, 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 #A16DF3 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 109 243 -
CMYK 0.34 0.55 0 0.05
HSL 263.28º 0.85% 0.69% -
HSV(B) 263.28º 0.55% 0.95% -
XYZ 36.34 24.99 87.7 -
YUV 139.82 186.23 143.1 -
System Red Green Blue C M Y K H S L
Decimal 161 109 243 0.34 0.55 0 0.05 263.28 0.85 0.69
Hex A1 6D F3 22 37 0 5 107 55 45
Octal 241 155 363 42 67 0 5 407 125 105
Binary 10100001 1101101 11110011 100010 110111 0 101 100000111 1010101 1000101

Color Harmonies of #A16DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16DF3

Black with #A16DF3

Text Example


Text Example

White with #A16DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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