Html Css Color HEX #A16BF7 Medium Purple

📋 copy color: '#A16BF7'

red 161 ◦ green 107 ◦ blue 247

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

Shades of Medium Purple #A16BF7

Tints of Medium Purple #A16BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.96%

R = 31.26%
G = 20.78%
B = 47.96%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A16BF7 (or 0xA16BF7) is known color: Medium Purple. HEX triplet: A1, 6B and F7. RGB value is (161,107,247). Sum of RGB (Red+Green+Blue) = 161+107+247=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #A16BF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BF7 is #5E9408. Grayscale: #8A8A8A. Windows color (decimal): -6198281 or 16214945. OLE color: 16214945.

HSL color Cylindrical-coordinate representation of color #A16BF7: hue angle of 263.14º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16BF7 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 107 247 -
CMYK 0.35 0.57 0 0.03
HSL 263.14º 0.9% 0.69% -
HSV(B) 263.14º 0.57% 0.97% -
XYZ 36.74 24.81 90.85 -
YUV 139.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 161 107 247 0.35 0.57 0 0.03 263.14 0.9 0.69
Hex A1 6B F7 23 39 0 3 107 5A 45
Octal 241 153 367 43 71 0 3 407 132 105
Binary 10100001 1101011 11110111 100011 111001 0 11 100000111 1011010 1000101

Color Harmonies of #A16BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16BF7

Black with #A16BF7

Text Example


Text Example

White with #A16BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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