Html Css Color HEX #A16BF5 Medium Purple

📋 copy color: '#A16BF5'

red 161 ◦ green 107 ◦ blue 245

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

Shades of Medium Purple #A16BF5

Tints of Medium Purple #A16BF5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.86%

 BLUE value IS 245 (96.09% from 255) = 47.76%

R = 31.38%
G = 20.86%
B = 47.76%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A16BF5 (or 0xA16BF5) is known color: Medium Purple. HEX triplet: A1, 6B and F5. RGB value is (161,107,245). Sum of RGB (Red+Green+Blue) = 161+107+245=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #A16BF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BF5 is #5E940A. Grayscale: #8A8A8A. Windows color (decimal): -6198283 or 16083873. OLE color: 16083873.

HSL color Cylindrical-coordinate representation of color #A16BF5: hue angle of 263.48º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A16BF5 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 107 245 -
CMYK 0.34 0.56 0 0.04
HSL 263.48º 0.87% 0.69% -
HSV(B) 263.48º 0.56% 0.96% -
XYZ 36.44 24.69 89.23 -
YUV 138.88 187.89 143.78 -
System Red Green Blue C M Y K H S L
Decimal 161 107 245 0.34 0.56 0 0.04 263.48 0.87 0.69
Hex A1 6B F5 22 38 0 4 107 57 45
Octal 241 153 365 42 70 0 4 407 127 105
Binary 10100001 1101011 11110101 100010 111000 0 100 100000111 1010111 1000101

Color Harmonies of #A16BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BF5

Black with #A16BF5

Text Example


Text Example

White with #A16BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BF5; }

 p { color: rgb(161,107,245); }

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

background-color css

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

 a { background-color: rgb(161,107,245); }

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

border-color css

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

 span { border-color: rgb(161,107,245); }

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