Html Css Color HEX #A16EF7 Medium Purple

📋 copy color: '#A16EF7'

red 161 ◦ green 110 ◦ blue 247

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

Shades of Medium Purple #A16EF7

Tints of Medium Purple #A16EF7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.24%

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

R = 31.08%
G = 21.24%
B = 47.68%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A16EF7 (or 0xA16EF7) is known color: Medium Purple. HEX triplet: A1, 6E and F7. RGB value is (161,110,247). Sum of RGB (Red+Green+Blue) = 161+110+247=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #A16EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16EF7 is #5E9108. Grayscale: #8C8C8C. Windows color (decimal): -6197513 or 16215713. OLE color: 16215713.

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

Color convert

RGB 161 110 247 -
CMYK 0.35 0.55 0 0.03
HSL 262.34º 0.9% 0.7% -
HSV(B) 262.34º 0.55% 0.97% -
XYZ 37.06 25.44 90.95 -
YUV 140.87 187.9 142.36 -
System Red Green Blue C M Y K H S L
Decimal 161 110 247 0.35 0.55 0 0.03 262.34 0.9 0.7
Hex A1 6E F7 23 37 0 3 106 5A 46
Octal 241 156 367 43 67 0 3 406 132 106
Binary 10100001 1101110 11110111 100011 110111 0 11 100000110 1011010 1000110

Color Harmonies of #A16EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16EF7

Black with #A16EF7

Text Example


Text Example

White with #A16EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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